Html Css Color HEX #CBC950 Confetti

📋 copy color: '#CBC950'

red 203 ◦ green 201 ◦ blue 80

#CBC950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CBC950

Tints of Confetti #CBC950

RGB

 RED value IS 203 (79.69% from 255) = 41.94%

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 41.94%
G = 41.53%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC950 (or 0xCBC950) is known color: Confetti. HEX triplet: CB, C9 and 50. RGB value is (203,201,80). Sum of RGB (Red+Green+Blue) = 203+201+80=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC950 is #3436AF. Grayscale: #BCBCBC. Windows color (decimal): -3421872 or 5294539. OLE color: 5294539.

HSL color Cylindrical-coordinate representation of color #CBC950: hue angle of 59.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC950 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 80 -
CMYK 0 0.01 0.61 0.20
HSL 59.02º 0.54% 0.55% -
HSV(B) 59.02º 0.61% 0.8% -
XYZ 46.96 55.05 15.74 -
YUV 187.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 203 201 80 0 0.01 0.61 0.20 59.02 0.54 0.55
Hex CB C9 50 0 1 3D 14 3B 36 37
Octal 313 311 120 0 1 75 24 73 66 67
Binary 11001011 11001001 1010000 0 1 111101 10100 111011 110110 110111

Color Harmonies of #CBC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC950

Black with #CBC950

Text Example


Text Example

White with #CBC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC950; }

 p { color: rgb(203,201,80); }

 H1.HeaderClassName
 {
   color: #CBC950;
 }
 .AnyTagClassName
 {
   color: #CBC950;
 }
</style>

background-color css

<style>
 a { background-color: #CBC950; }

 a { background-color: rgb(203,201,80); }

 div.DivClassName
 {
   background-color: #CBC950;
 }
 .BgClassName
 {
   background-color: #CBC950;
 }
</style>

border-color css

<style>
 span { border-color: #CBC950; }

 span { border-color: rgb(203,201,80); }

 td.TdClassName
 {
   border-color: #CBC950;
 }
 .TagClassName
 {
   border-color: #CBC950;
 }
</style>