Html Css Color HEX #C1BD65 Dark Khaki

📋 copy color: '#C1BD65'

red 193 ◦ green 189 ◦ blue 101

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

Shades of Dark Khaki #C1BD65

Tints of Dark Khaki #C1BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 39.96%
G = 39.13%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1BD65 (or 0xC1BD65) is known color: Dark Khaki. HEX triplet: C1, BD and 65. RGB value is (193,189,101). Sum of RGB (Red+Green+Blue) = 193+189+101=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD65 is #3E429A. Grayscale: #B4B4B4. Windows color (decimal): -4080283 or 6667713. OLE color: 6667713.

HSL color Cylindrical-coordinate representation of color #C1BD65: hue angle of 57.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1BD65 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 189 101 -
CMYK 0 0.02 0.48 0.24
HSL 57.39º 0.43% 0.58% -
HSV(B) 57.39º 0.48% 0.76% -
XYZ 42.54 48.67 19.46 -
YUV 180.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 193 189 101 0 0.02 0.48 0.24 57.39 0.43 0.58
Hex C1 BD 65 0 2 30 18 39 2B 3A
Octal 301 275 145 0 2 60 30 71 53 72
Binary 11000001 10111101 1100101 0 10 110000 11000 111001 101011 111010

Color Harmonies of #C1BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD65

Black with #C1BD65

Text Example


Text Example

White with #C1BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD65; }

 p { color: rgb(193,189,101); }

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

background-color css

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

 a { background-color: rgb(193,189,101); }

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

border-color css

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

 span { border-color: rgb(193,189,101); }

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