Html Css Color HEX #C3C06B Dark Khaki

📋 copy color: '#C3C06B'

red 195 ◦ green 192 ◦ blue 107

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

Shades of Dark Khaki #C3C06B

Tints of Dark Khaki #C3C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 39.47%
G = 38.87%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3C06B (or 0xC3C06B) is known color: Dark Khaki. HEX triplet: C3, C0 and 6B. RGB value is (195,192,107). Sum of RGB (Red+Green+Blue) = 195+192+107=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C06B is #3C3F94. Grayscale: #B7B7B7. Windows color (decimal): -3948437 or 7061699. OLE color: 7061699.

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

Color convert

RGB 195 192 107 -
CMYK 0 0.02 0.45 0.24
HSL 57.95º 0.42% 0.59% -
HSV(B) 57.95º 0.45% 0.76% -
XYZ 44.01 50.36 21.31 -
YUV 183.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 195 192 107 0 0.02 0.45 0.24 57.95 0.42 0.59
Hex C3 C0 6B 0 2 2D 18 3A 2A 3B
Octal 303 300 153 0 2 55 30 72 52 73
Binary 11000011 11000000 1101011 0 10 101101 11000 111010 101010 111011

Color Harmonies of #C3C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C06B

Black with #C3C06B

Text Example


Text Example

White with #C3C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C06B; }

 p { color: rgb(195,192,107); }

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

background-color css

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

 a { background-color: rgb(195,192,107); }

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

border-color css

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

 span { border-color: rgb(195,192,107); }

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