Html Css Color HEX #CCC26C Dark Khaki

📋 copy color: '#CCC26C'

red 204 ◦ green 194 ◦ blue 108

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

Shades of Dark Khaki #CCC26C

Tints of Dark Khaki #CCC26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

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

R = 40.32%
G = 38.34%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC26C (or 0xCCC26C) is known color: Dark Khaki. HEX triplet: CC, C2 and 6C. RGB value is (204,194,108). Sum of RGB (Red+Green+Blue) = 204+194+108=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC26C is #333D93. Grayscale: #BBBBBB. Windows color (decimal): -3358100 or 7127756. OLE color: 7127756.

HSL color Cylindrical-coordinate representation of color #CCC26C: hue angle of 53.75º 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 #CCC26C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 108 -
CMYK 0 0.05 0.47 0.2
HSL 53.75º 0.48% 0.61% -
HSV(B) 53.75º 0.47% 0.8% -
XYZ 46.9 52.5 21.85 -
YUV 187.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 204 194 108 0 0.05 0.47 0.2 53.75 0.48 0.61
Hex CC C2 6C 0 5 2F 14 36 30 3D
Octal 314 302 154 0 5 57 24 66 60 75
Binary 11001100 11000010 1101100 0 101 101111 10100 110110 110000 111101

Color Harmonies of #CCC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC26C

Black with #CCC26C

Text Example


Text Example

White with #CCC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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