Html Css Color HEX #C4B267 Dark Khaki

📋 copy color: '#C4B267'

red 196 ◦ green 178 ◦ blue 103

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

Shades of Dark Khaki #C4B267

Tints of Dark Khaki #C4B267

RGB

 RED value IS 196 (76.95% from 255) = 41.09%

 GREEN value IS 178 (69.92% from 255) = 37.32%

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

R = 41.09%
G = 37.32%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4B267 (or 0xC4B267) is known color: Dark Khaki. HEX triplet: C4, B2 and 67. RGB value is (196,178,103). Sum of RGB (Red+Green+Blue) = 196+178+103=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B267 is #3B4D98. Grayscale: #AFAFAF. Windows color (decimal): -3886489 or 6795972. OLE color: 6795972.

HSL color Cylindrical-coordinate representation of color #C4B267: hue angle of 48.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4B267 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 103 -
CMYK 0 0.09 0.47 0.23
HSL 48.39º 0.44% 0.59% -
HSV(B) 48.39º 0.47% 0.77% -
XYZ 41.13 44.56 19.26 -
YUV 174.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 196 178 103 0 0.09 0.47 0.23 48.39 0.44 0.59
Hex C4 B2 67 0 9 2F 17 30 2C 3B
Octal 304 262 147 0 11 57 27 60 54 73
Binary 11000100 10110010 1100111 0 1001 101111 10111 110000 101100 111011

Color Harmonies of #C4B267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B267

Black with #C4B267

Text Example


Text Example

White with #C4B267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B267; }

 p { color: rgb(196,178,103); }

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

background-color css

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

 a { background-color: rgb(196,178,103); }

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

border-color css

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

 span { border-color: rgb(196,178,103); }

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