Html Css Color HEX #CCCE78 Deco

📋 copy color: '#CCCE78'

red 204 ◦ green 206 ◦ blue 120

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

Shades of Deco #CCCE78

Tints of Deco #CCCE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

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

R = 38.49%
G = 38.87%
B = 22.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CCCE78 (or 0xCCCE78) is known color: Deco. HEX triplet: CC, CE and 78. RGB value is (204,206,120). Sum of RGB (Red+Green+Blue) = 204+206+120=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE78 is #333187. Grayscale: #C3C3C3. Windows color (decimal): -3355016 or 7917260. OLE color: 7917260.

HSL color Cylindrical-coordinate representation of color #CCCE78: hue angle of 61.4º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCE78 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 120 -
CMYK 0.01 0 0.42 0.19
HSL 61.4º 0.47% 0.64% -
HSV(B) 61.4º 0.42% 0.81% -
XYZ 50.36 58.34 26.37 -
YUV 195.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 204 206 120 0.01 0 0.42 0.19 61.4 0.47 0.64
Hex CC CE 78 1 0 2A 13 3D 2F 40
Octal 314 316 170 1 0 52 23 75 57 100
Binary 11001100 11001110 1111000 1 0 101010 10011 111101 101111 1000000

Color Harmonies of #CCCE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE78

Black with #CCCE78

Text Example


Text Example

White with #CCCE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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