Html Css Color HEX #C1BB73 Dark Khaki

📋 copy color: '#C1BB73'

red 193 ◦ green 187 ◦ blue 115

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

Shades of Dark Khaki #C1BB73

Tints of Dark Khaki #C1BB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 38.99%
G = 37.78%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1BB73 (or 0xC1BB73) is known color: Dark Khaki. HEX triplet: C1, BB and 73. RGB value is (193,187,115). Sum of RGB (Red+Green+Blue) = 193+187+115=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB73 is #3E448C. Grayscale: #B4B4B4. Windows color (decimal): -4080781 or 7584705. OLE color: 7584705.

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

Color convert

RGB 193 187 115 -
CMYK 0 0.03 0.40 0.24
HSL 55.38º 0.39% 0.6% -
HSV(B) 55.38º 0.4% 0.76% -
XYZ 42.86 48.12 23.25 -
YUV 180.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 193 187 115 0 0.03 0.40 0.24 55.38 0.39 0.6
Hex C1 BB 73 0 3 28 18 37 27 3C
Octal 301 273 163 0 3 50 30 67 47 74
Binary 11000001 10111011 1110011 0 11 101000 11000 110111 100111 111100

Color Harmonies of #C1BB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB73

Black with #C1BB73

Text Example


Text Example

White with #C1BB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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