Html Css Color HEX #C0B26B Dark Khaki

📋 copy color: '#C0B26B'

red 192 ◦ green 178 ◦ blue 107

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

Shades of Dark Khaki #C0B26B

Tints of Dark Khaki #C0B26B

RGB

 RED value IS 192 (75.39% from 255) = 40.25%

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

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

R = 40.25%
G = 37.32%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0B26B (or 0xC0B26B) is known color: Dark Khaki. HEX triplet: C0, B2 and 6B. RGB value is (192,178,107). Sum of RGB (Red+Green+Blue) = 192+178+107=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26B is #3F4D94. Grayscale: #AEAEAE. Windows color (decimal): -4148629 or 7058112. OLE color: 7058112.

HSL color Cylindrical-coordinate representation of color #C0B26B: hue angle of 50.12º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0B26B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 107 -
CMYK 0 0.07 0.44 0.25
HSL 50.12º 0.4% 0.59% -
HSV(B) 50.12º 0.44% 0.75% -
XYZ 40.31 44.11 20.3 -
YUV 174.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 192 178 107 0 0.07 0.44 0.25 50.12 0.4 0.59
Hex C0 B2 6B 0 7 2C 19 32 28 3B
Octal 300 262 153 0 7 54 31 62 50 73
Binary 11000000 10110010 1101011 0 111 101100 11001 110010 101000 111011

Color Harmonies of #C0B26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B26B

Black with #C0B26B

Text Example


Text Example

White with #C0B26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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