Html Css Color HEX #C7C372 Dark Khaki

📋 copy color: '#C7C372'

red 199 ◦ green 195 ◦ blue 114

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

Shades of Dark Khaki #C7C372

Tints of Dark Khaki #C7C372

RGB

 RED value IS 199 (78.13% from 255) = 39.17%

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

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

R = 39.17%
G = 38.39%
B = 22.44%

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

#C7C372 (or 0xC7C372) is known color: Dark Khaki. HEX triplet: C7, C3 and 72. RGB value is (199,195,114). Sum of RGB (Red+Green+Blue) = 199+195+114=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C372 is #383C8D. Grayscale: #BBBBBB. Windows color (decimal): -3685518 or 7521223. OLE color: 7521223.

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

Color convert

RGB 199 195 114 -
CMYK 0 0.02 0.43 0.22
HSL 57.18º 0.43% 0.61% -
HSV(B) 57.18º 0.43% 0.78% -
XYZ 46.11 52.39 23.6 -
YUV 186.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 199 195 114 0 0.02 0.43 0.22 57.18 0.43 0.61
Hex C7 C3 72 0 2 2B 16 39 2B 3D
Octal 307 303 162 0 2 53 26 71 53 75
Binary 11000111 11000011 1110010 0 10 101011 10110 111001 101011 111101

Color Harmonies of #C7C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C372

Black with #C7C372

Text Example


Text Example

White with #C7C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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