Html Css Color HEX #CCC070 Dark Khaki

📋 copy color: '#CCC070'

red 204 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #CCC070

Tints of Dark Khaki #CCC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 40.16%
G = 37.8%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC070 (or 0xCCC070) is known color: Dark Khaki. HEX triplet: CC, C0 and 70. RGB value is (204,192,112). Sum of RGB (Red+Green+Blue) = 204+192+112=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC070 is #333F8F. Grayscale: #BABABA. Windows color (decimal): -3358608 or 7389388. OLE color: 7389388.

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

Color convert

RGB 204 192 112 -
CMYK 0 0.06 0.45 0.2
HSL 52.17º 0.47% 0.62% -
HSV(B) 52.17º 0.45% 0.8% -
XYZ 46.68 51.71 22.85 -
YUV 186.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 204 192 112 0 0.06 0.45 0.2 52.17 0.47 0.62
Hex CC C0 70 0 6 2D 14 34 2F 3E
Octal 314 300 160 0 6 55 24 64 57 76
Binary 11001100 11000000 1110000 0 110 101101 10100 110100 101111 111110

Color Harmonies of #CCC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC070

Black with #CCC070

Text Example


Text Example

White with #CCC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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