Html Css Color HEX #CCC46E Dark Khaki

📋 copy color: '#CCC46E'

red 204 ◦ green 196 ◦ blue 110

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

Shades of Dark Khaki #CCC46E

Tints of Dark Khaki #CCC46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 110 (43.36% from 255) = 21.57%

R = 40%
G = 38.43%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCC46E (or 0xCCC46E) is known color: Dark Khaki. HEX triplet: CC, C4 and 6E. RGB value is (204,196,110). Sum of RGB (Red+Green+Blue) = 204+196+110=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46E is #333B91. Grayscale: #BCBCBC. Windows color (decimal): -3357586 or 7259340. OLE color: 7259340.

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

Color convert

RGB 204 196 110 -
CMYK 0 0.04 0.46 0.2
HSL 54.89º 0.48% 0.62% -
HSV(B) 54.89º 0.46% 0.8% -
XYZ 47.46 53.44 22.57 -
YUV 188.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 204 196 110 0 0.04 0.46 0.2 54.89 0.48 0.62
Hex CC C4 6E 0 4 2E 14 37 30 3E
Octal 314 304 156 0 4 56 24 67 60 76
Binary 11001100 11000100 1101110 0 100 101110 10100 110111 110000 111110

Color Harmonies of #CCC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC46E

Black with #CCC46E

Text Example


Text Example

White with #CCC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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