Html Css Color HEX #CCD094 Deco

📋 copy color: '#CCD094'

red 204 ◦ green 208 ◦ blue 148

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

Shades of Deco #CCD094

Tints of Deco #CCD094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 36.43%
G = 37.14%
B = 26.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CCD094 (or 0xCCD094) is known color: Deco. HEX triplet: CC, D0 and 94. RGB value is (204,208,148). Sum of RGB (Red+Green+Blue) = 204+208+148=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD094 is #332F6B. Grayscale: #C8C8C8. Windows color (decimal): -3354476 or 9752780. OLE color: 9752780.

HSL color Cylindrical-coordinate representation of color #CCD094: hue angle of 64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD094 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 148 -
CMYK 0.02 0 0.29 0.18
HSL 64º 0.39% 0.7% -
HSV(B) 64º 0.29% 0.82% -
XYZ 52.8 60.09 36.83 -
YUV 199.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 204 208 148 0.02 0 0.29 0.18 64 0.39 0.7
Hex CC D0 94 2 0 1D 12 40 27 46
Octal 314 320 224 2 0 35 22 100 47 106
Binary 11001100 11010000 10010100 10 0 11101 10010 1000000 100111 1000110

Color Harmonies of #CCD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD094

Black with #CCD094

Text Example


Text Example

White with #CCD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD094; }

 p { color: rgb(204,208,148); }

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

background-color css

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

 a { background-color: rgb(204,208,148); }

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

border-color css

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

 span { border-color: rgb(204,208,148); }

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