Html Css Color HEX #C3BC70 Dark Khaki

📋 copy color: '#C3BC70'

red 195 ◦ green 188 ◦ blue 112

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

Shades of Dark Khaki #C3BC70

Tints of Dark Khaki #C3BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 39.39%
G = 37.98%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3BC70 (or 0xC3BC70) is known color: Dark Khaki. HEX triplet: C3, BC and 70. RGB value is (195,188,112). Sum of RGB (Red+Green+Blue) = 195+188+112=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC70 is #3C438F. Grayscale: #B5B5B5. Windows color (decimal): -3949456 or 7388355. OLE color: 7388355.

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

Color convert

RGB 195 188 112 -
CMYK 0 0.04 0.43 0.24
HSL 54.94º 0.41% 0.6% -
HSV(B) 54.94º 0.43% 0.76% -
XYZ 43.41 48.74 22.45 -
YUV 181.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 195 188 112 0 0.04 0.43 0.24 54.94 0.41 0.6
Hex C3 BC 70 0 4 2B 18 37 29 3C
Octal 303 274 160 0 4 53 30 67 51 74
Binary 11000011 10111100 1110000 0 100 101011 11000 110111 101001 111100

Color Harmonies of #C3BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC70

Black with #C3BC70

Text Example


Text Example

White with #C3BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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