Html Css Color HEX #C0B38D Chino

📋 copy color: '#C0B38D'

red 192 ◦ green 179 ◦ blue 141

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

Shades of Chino #C0B38D

Tints of Chino #C0B38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 37.5%
G = 34.96%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0B38D (or 0xC0B38D) is known color: Chino. HEX triplet: C0, B3 and 8D. RGB value is (192,179,141). Sum of RGB (Red+Green+Blue) = 192+179+141=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B38D is #3F4C72. Grayscale: #B2B2B2. Windows color (decimal): -4148339 or 9286592. OLE color: 9286592.

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

Color convert

RGB 192 179 141 -
CMYK 0 0.07 0.27 0.25
HSL 44.71º 0.29% 0.65% -
HSV(B) 44.71º 0.27% 0.75% -
XYZ 42.67 45.37 31.71 -
YUV 178.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 192 179 141 0 0.07 0.27 0.25 44.71 0.29 0.65
Hex C0 B3 8D 0 7 1B 19 2D 1D 41
Octal 300 263 215 0 7 33 31 55 35 101
Binary 11000000 10110011 10001101 0 111 11011 11001 101101 11101 1000001

Color Harmonies of #C0B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B38D

Black with #C0B38D

Text Example


Text Example

White with #C0B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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