Html Css Color HEX #CCCB78 Deco

📋 copy color: '#CCCB78'

red 204 ◦ green 203 ◦ blue 120

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

Shades of Deco #CCCB78

Tints of Deco #CCCB78

RGB

 RED value IS 204 (80.08% from 255) = 38.71%

 GREEN value IS 203 (79.69% from 255) = 38.52%

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

R = 38.71%
G = 38.52%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCCB78 (or 0xCCCB78) is known color: Deco. HEX triplet: CC, CB and 78. RGB value is (204,203,120). Sum of RGB (Red+Green+Blue) = 204+203+120=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB78 is #333487. Grayscale: #C2C2C2. Windows color (decimal): -3355784 or 7916492. OLE color: 7916492.

HSL color Cylindrical-coordinate representation of color #CCCB78: hue angle of 59.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCCB78 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 120 -
CMYK 0 0.00 0.41 0.2
HSL 59.29º 0.45% 0.64% -
HSV(B) 59.29º 0.41% 0.8% -
XYZ 49.65 56.91 26.14 -
YUV 193.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 204 203 120 0 0.00 0.41 0.2 59.29 0.45 0.64
Hex CC CB 78 0 0 29 14 3B 2D 40
Octal 314 313 170 0 0 51 24 73 55 100
Binary 11001100 11001011 1111000 0 0 101001 10100 111011 101101 1000000

Color Harmonies of #CCCB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB78

Black with #CCCB78

Text Example


Text Example

White with #CCCB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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