Html Css Color HEX #C2B48D Chino

📋 copy color: '#C2B48D'

red 194 ◦ green 180 ◦ blue 141

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

Shades of Chino #C2B48D

Tints of Chino #C2B48D

RGB

 RED value IS 194 (76.17% from 255) = 37.67%

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 37.67%
G = 34.95%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B48D (or 0xC2B48D) is known color: Chino. HEX triplet: C2, B4 and 8D. RGB value is (194,180,141). Sum of RGB (Red+Green+Blue) = 194+180+141=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B48D is #3D4B72. Grayscale: #B3B3B3. Windows color (decimal): -4017011 or 9286850. OLE color: 9286850.

HSL color Cylindrical-coordinate representation of color #C2B48D: hue angle of 44.15º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B48D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 141 -
CMYK 0 0.07 0.27 0.24
HSL 44.15º 0.3% 0.66% -
HSV(B) 44.15º 0.27% 0.76% -
XYZ 43.38 46.03 31.8 -
YUV 179.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 194 180 141 0 0.07 0.27 0.24 44.15 0.3 0.66
Hex C2 B4 8D 0 7 1B 18 2C 1E 42
Octal 302 264 215 0 7 33 30 54 36 102
Binary 11000010 10110100 10001101 0 111 11011 11000 101100 11110 1000010

Color Harmonies of #C2B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B48D

Black with #C2B48D

Text Example


Text Example

White with #C2B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B48D; }

 p { color: rgb(194,180,141); }

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

background-color css

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

 a { background-color: rgb(194,180,141); }

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

border-color css

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

 span { border-color: rgb(194,180,141); }

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