Html Css Color HEX #C0B38F Chino

📋 copy color: '#C0B38F'

red 192 ◦ green 179 ◦ blue 143

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

Shades of Chino #C0B38F

Tints of Chino #C0B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 37.35%
G = 34.82%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0B38F (or 0xC0B38F) is known color: Chino. HEX triplet: C0, B3 and 8F. RGB value is (192,179,143). Sum of RGB (Red+Green+Blue) = 192+179+143=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B38F is #3F4C70. Grayscale: #B2B2B2. Windows color (decimal): -4148337 or 9417664. OLE color: 9417664.

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

Color convert

RGB 192 179 143 -
CMYK 0 0.07 0.26 0.25
HSL 44.08º 0.28% 0.66% -
HSV(B) 44.08º 0.26% 0.75% -
XYZ 42.82 45.43 32.5 -
YUV 178.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 192 179 143 0 0.07 0.26 0.25 44.08 0.28 0.66
Hex C0 B3 8F 0 7 1A 19 2C 1C 42
Octal 300 263 217 0 7 32 31 54 34 102
Binary 11000000 10110011 10001111 0 111 11010 11001 101100 11100 1000010

Color Harmonies of #C0B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B38F

Black with #C0B38F

Text Example


Text Example

White with #C0B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B38F; }

 p { color: rgb(192,179,143); }

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

background-color css

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

 a { background-color: rgb(192,179,143); }

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

border-color css

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

 span { border-color: rgb(192,179,143); }

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