Html Css Color HEX #C8BF64 Dark Khaki

📋 copy color: '#C8BF64'

red 200 ◦ green 191 ◦ blue 100

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

Shades of Dark Khaki #C8BF64

Tints of Dark Khaki #C8BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 40.73%
G = 38.9%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8BF64 (or 0xC8BF64) is known color: Dark Khaki. HEX triplet: C8, BF and 64. RGB value is (200,191,100). Sum of RGB (Red+Green+Blue) = 200+191+100=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF64 is #37409B. Grayscale: #B7B7B7. Windows color (decimal): -3621020 or 6602696. OLE color: 6602696.

HSL color Cylindrical-coordinate representation of color #C8BF64: hue angle of 54.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8BF64 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 100 -
CMYK 0 0.04 0.5 0.22
HSL 54.6º 0.48% 0.59% -
HSV(B) 54.6º 0.5% 0.78% -
XYZ 44.75 50.46 19.44 -
YUV 183.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 200 191 100 0 0.04 0.5 0.22 54.6 0.48 0.59
Hex C8 BF 64 0 4 32 16 37 30 3B
Octal 310 277 144 0 4 62 26 67 60 73
Binary 11001000 10111111 1100100 0 100 110010 10110 110111 110000 111011

Color Harmonies of #C8BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF64

Black with #C8BF64

Text Example


Text Example

White with #C8BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF64; }

 p { color: rgb(200,191,100); }

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

background-color css

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

 a { background-color: rgb(200,191,100); }

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

border-color css

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

 span { border-color: rgb(200,191,100); }

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