Html Css Color HEX #C8BC71 Dark Khaki

📋 copy color: '#C8BC71'

red 200 ◦ green 188 ◦ blue 113

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

Shades of Dark Khaki #C8BC71

Tints of Dark Khaki #C8BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 39.92%
G = 37.52%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8BC71 (or 0xC8BC71) is known color: Dark Khaki. HEX triplet: C8, BC and 71. RGB value is (200,188,113). Sum of RGB (Red+Green+Blue) = 200+188+113=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC71 is #37438E. Grayscale: #B7B7B7. Windows color (decimal): -3621775 or 7453896. OLE color: 7453896.

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

Color convert

RGB 200 188 113 -
CMYK 0 0.06 0.44 0.22
HSL 51.72º 0.44% 0.61% -
HSV(B) 51.72º 0.44% 0.78% -
XYZ 44.78 49.44 22.8 -
YUV 183.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 200 188 113 0 0.06 0.44 0.22 51.72 0.44 0.61
Hex C8 BC 71 0 6 2C 16 34 2C 3D
Octal 310 274 161 0 6 54 26 64 54 75
Binary 11001000 10111100 1110001 0 110 101100 10110 110100 101100 111101

Color Harmonies of #C8BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC71

Black with #C8BC71

Text Example


Text Example

White with #C8BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC71; }

 p { color: rgb(200,188,113); }

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

background-color css

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

 a { background-color: rgb(200,188,113); }

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

border-color css

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

 span { border-color: rgb(200,188,113); }

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