Html Css Color HEX #CCCE70 Deco

📋 copy color: '#CCCE70'

red 204 ◦ green 206 ◦ blue 112

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

Shades of Deco #CCCE70

Tints of Deco #CCCE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 39.08%
G = 39.46%
B = 21.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CCCE70 (or 0xCCCE70) is known color: Deco. HEX triplet: CC, CE and 70. RGB value is (204,206,112). Sum of RGB (Red+Green+Blue) = 204+206+112=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE70 is #33318F. Grayscale: #C3C3C3. Windows color (decimal): -3355024 or 7392972. OLE color: 7392972.

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

Color convert

RGB 204 206 112 -
CMYK 0.01 0 0.46 0.19
HSL 61.28º 0.49% 0.62% -
HSV(B) 61.28º 0.46% 0.81% -
XYZ 49.9 58.15 23.92 -
YUV 194.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 204 206 112 0.01 0 0.46 0.19 61.28 0.49 0.62
Hex CC CE 70 1 0 2E 13 3D 31 3E
Octal 314 316 160 1 0 56 23 75 61 76
Binary 11001100 11001110 1110000 1 0 101110 10011 111101 110001 111110

Color Harmonies of #CCCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE70

Black with #CCCE70

Text Example


Text Example

White with #CCCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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