Html Css Color HEX #C8C372 Dark Khaki

📋 copy color: '#C8C372'

red 200 ◦ green 195 ◦ blue 114

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

Shades of Dark Khaki #C8C372

Tints of Dark Khaki #C8C372

RGB

 RED value IS 200 (78.52% from 255) = 39.29%

 GREEN value IS 195 (76.56% from 255) = 38.31%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 39.29%
G = 38.31%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8C372 (or 0xC8C372) is known color: Dark Khaki. HEX triplet: C8, C3 and 72. RGB value is (200,195,114). Sum of RGB (Red+Green+Blue) = 200+195+114=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C372 is #373C8D. Grayscale: #BBBBBB. Windows color (decimal): -3619982 or 7521224. OLE color: 7521224.

HSL color Cylindrical-coordinate representation of color #C8C372: hue angle of 56.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C372 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 114 -
CMYK 0 0.02 0.43 0.22
HSL 56.51º 0.44% 0.62% -
HSV(B) 56.51º 0.43% 0.78% -
XYZ 46.37 52.52 23.61 -
YUV 187.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 200 195 114 0 0.02 0.43 0.22 56.51 0.44 0.62
Hex C8 C3 72 0 2 2B 16 39 2C 3E
Octal 310 303 162 0 2 53 26 71 54 76
Binary 11001000 11000011 1110010 0 10 101011 10110 111001 101100 111110

Color Harmonies of #C8C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C372

Black with #C8C372

Text Example


Text Example

White with #C8C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C372; }

 p { color: rgb(200,195,114); }

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

background-color css

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

 a { background-color: rgb(200,195,114); }

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

border-color css

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

 span { border-color: rgb(200,195,114); }

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