Html Css Color HEX #C3BC67 Dark Khaki

📋 copy color: '#C3BC67'

red 195 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #C3BC67

Tints of Dark Khaki #C3BC67

RGB

 RED value IS 195 (76.56% from 255) = 40.12%

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

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 40.12%
G = 38.68%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3BC67 (or 0xC3BC67) is known color: Dark Khaki. HEX triplet: C3, BC and 67. RGB value is (195,188,103). Sum of RGB (Red+Green+Blue) = 195+188+103=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC67 is #3C4398. Grayscale: #B4B4B4. Windows color (decimal): -3949465 or 6798531. OLE color: 6798531.

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

Color convert

RGB 195 188 103 -
CMYK 0 0.04 0.47 0.24
HSL 55.43º 0.43% 0.58% -
HSV(B) 55.43º 0.47% 0.76% -
XYZ 42.94 48.55 19.94 -
YUV 180.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 195 188 103 0 0.04 0.47 0.24 55.43 0.43 0.58
Hex C3 BC 67 0 4 2F 18 37 2B 3A
Octal 303 274 147 0 4 57 30 67 53 72
Binary 11000011 10111100 1100111 0 100 101111 11000 110111 101011 111010

Color Harmonies of #C3BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC67

Black with #C3BC67

Text Example


Text Example

White with #C3BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC67; }

 p { color: rgb(195,188,103); }

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

background-color css

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

 a { background-color: rgb(195,188,103); }

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

border-color css

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

 span { border-color: rgb(195,188,103); }

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