Html Css Color HEX #CCC46C Dark Khaki

📋 copy color: '#CCC46C'

red 204 ◦ green 196 ◦ blue 108

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

Shades of Dark Khaki #CCC46C

Tints of Dark Khaki #CCC46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.26%

R = 40.16%
G = 38.58%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC46C (or 0xCCC46C) is known color: Dark Khaki. HEX triplet: CC, C4 and 6C. RGB value is (204,196,108). Sum of RGB (Red+Green+Blue) = 204+196+108=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46C is #333B93. Grayscale: #BCBCBC. Windows color (decimal): -3357588 or 7128268. OLE color: 7128268.

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

Color convert

RGB 204 196 108 -
CMYK 0 0.04 0.47 0.2
HSL 55º 0.48% 0.61% -
HSV(B) 55º 0.47% 0.8% -
XYZ 47.35 53.4 22 -
YUV 188.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 204 196 108 0 0.04 0.47 0.2 55 0.48 0.61
Hex CC C4 6C 0 4 2F 14 37 30 3D
Octal 314 304 154 0 4 57 24 67 60 75
Binary 11001100 11000100 1101100 0 100 101111 10100 110111 110000 111101

Color Harmonies of #CCC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC46C

Black with #CCC46C

Text Example


Text Example

White with #CCC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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