Html Css Color HEX #CBC778 Deco

📋 copy color: '#CBC778'

red 203 ◦ green 199 ◦ blue 120

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

Shades of Deco #CBC778

Tints of Deco #CBC778

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 38.89%
G = 38.12%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBC778 (or 0xCBC778) is known color: Deco. HEX triplet: CB, C7 and 78. RGB value is (203,199,120). Sum of RGB (Red+Green+Blue) = 203+199+120=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC778 is #343887. Grayscale: #BFBFBF. Windows color (decimal): -3422344 or 7915467. OLE color: 7915467.

HSL color Cylindrical-coordinate representation of color #CBC778: hue angle of 57.11º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBC778 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 120 -
CMYK 0 0.02 0.41 0.20
HSL 57.11º 0.44% 0.63% -
HSV(B) 57.11º 0.41% 0.8% -
XYZ 48.44 54.9 25.81 -
YUV 191.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 203 199 120 0 0.02 0.41 0.20 57.11 0.44 0.63
Hex CB C7 78 0 2 29 14 39 2C 3F
Octal 313 307 170 0 2 51 24 71 54 77
Binary 11001011 11000111 1111000 0 10 101001 10100 111001 101100 111111

Color Harmonies of #CBC778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC778

Black with #CBC778

Text Example


Text Example

White with #CBC778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC778; }

 p { color: rgb(203,199,120); }

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

background-color css

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

 a { background-color: rgb(203,199,120); }

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

border-color css

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

 span { border-color: rgb(203,199,120); }

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