Html Css Color HEX #C1BB71 Dark Khaki

📋 copy color: '#C1BB71'

red 193 ◦ green 187 ◦ blue 113

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

Shades of Dark Khaki #C1BB71

Tints of Dark Khaki #C1BB71

RGB

 RED value IS 193 (75.78% from 255) = 39.15%

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 39.15%
G = 37.93%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1BB71 (or 0xC1BB71) is known color: Dark Khaki. HEX triplet: C1, BB and 71. RGB value is (193,187,113). Sum of RGB (Red+Green+Blue) = 193+187+113=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB71 is #3E448E. Grayscale: #B4B4B4. Windows color (decimal): -4080783 or 7453633. OLE color: 7453633.

HSL color Cylindrical-coordinate representation of color #C1BB71: hue angle of 55.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1BB71 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 187 113 -
CMYK 0 0.03 0.41 0.24
HSL 55.5º 0.39% 0.6% -
HSV(B) 55.5º 0.41% 0.76% -
XYZ 42.74 48.07 22.65 -
YUV 180.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 193 187 113 0 0.03 0.41 0.24 55.5 0.39 0.6
Hex C1 BB 71 0 3 29 18 38 27 3C
Octal 301 273 161 0 3 51 30 70 47 74
Binary 11000001 10111011 1110001 0 11 101001 11000 111000 100111 111100

Color Harmonies of #C1BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB71

Black with #C1BB71

Text Example


Text Example

White with #C1BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB71; }

 p { color: rgb(193,187,113); }

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

background-color css

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

 a { background-color: rgb(193,187,113); }

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

border-color css

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

 span { border-color: rgb(193,187,113); }

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