Html Css Color HEX #C3B366 Dark Khaki

📋 copy color: '#C3B366'

red 195 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #C3B366

Tints of Dark Khaki #C3B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 40.97%
G = 37.61%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3B366 (or 0xC3B366) is known color: Dark Khaki. HEX triplet: C3, B3 and 66. RGB value is (195,179,102). Sum of RGB (Red+Green+Blue) = 195+179+102=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B366 is #3C4C99. Grayscale: #AFAFAF. Windows color (decimal): -3951770 or 6730691. OLE color: 6730691.

HSL color Cylindrical-coordinate representation of color #C3B366: hue angle of 49.68º degrees, saturation: 0.44, 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 #C3B366 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 179 102 -
CMYK 0 0.08 0.48 0.24
HSL 49.68º 0.44% 0.58% -
HSV(B) 49.68º 0.48% 0.76% -
XYZ 41.02 44.8 19.06 -
YUV 175.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 195 179 102 0 0.08 0.48 0.24 49.68 0.44 0.58
Hex C3 B3 66 0 8 30 18 32 2C 3A
Octal 303 263 146 0 10 60 30 62 54 72
Binary 11000011 10110011 1100110 0 1000 110000 11000 110010 101100 111010

Color Harmonies of #C3B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B366

Black with #C3B366

Text Example


Text Example

White with #C3B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B366; }

 p { color: rgb(195,179,102); }

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

background-color css

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

 a { background-color: rgb(195,179,102); }

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

border-color css

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

 span { border-color: rgb(195,179,102); }

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