Html Css Color HEX #C4CC8A Deco

📋 copy color: '#C4CC8A'

red 196 ◦ green 204 ◦ blue 138

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

Shades of Deco #C4CC8A

Tints of Deco #C4CC8A

RGB

 RED value IS 196 (76.95% from 255) = 36.43%

 GREEN value IS 204 (80.08% from 255) = 37.92%

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 36.43%
G = 37.92%
B = 25.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#C4CC8A (or 0xC4CC8A) is known color: Deco. HEX triplet: C4, CC and 8A. RGB value is (196,204,138). Sum of RGB (Red+Green+Blue) = 196+204+138=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC8A is #3B3375. Grayscale: #C2C2C2. Windows color (decimal): -3879798 or 9096388. OLE color: 9096388.

HSL color Cylindrical-coordinate representation of color #C4CC8A: hue angle of 67.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4CC8A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 204 138 -
CMYK 0.04 0 0.32 0.2
HSL 67.27º 0.39% 0.67% -
HSV(B) 67.27º 0.32% 0.8% -
XYZ 48.95 56.76 32.42 -
YUV 194.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 196 204 138 0.04 0 0.32 0.2 67.27 0.39 0.67
Hex C4 CC 8A 4 0 20 14 43 27 43
Octal 304 314 212 4 0 40 24 103 47 103
Binary 11000100 11001100 10001010 100 0 100000 10100 1000011 100111 1000011

Color Harmonies of #C4CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CC8A

Black with #C4CC8A

Text Example


Text Example

White with #C4CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CC8A; }

 p { color: rgb(196,204,138); }

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

background-color css

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

 a { background-color: rgb(196,204,138); }

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

border-color css

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

 span { border-color: rgb(196,204,138); }

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