Html Css Color HEX #C2B18B Pavlova

📋 copy color: '#C2B18B'

red 194 ◦ green 177 ◦ blue 139

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

Shades of Pavlova #C2B18B

Tints of Pavlova #C2B18B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 38.04%
G = 34.71%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2B18B (or 0xC2B18B) is known color: Pavlova. HEX triplet: C2, B1 and 8B. RGB value is (194,177,139). Sum of RGB (Red+Green+Blue) = 194+177+139=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B18B is #3D4E74. Grayscale: #B1B1B1. Windows color (decimal): -4017781 or 9155010. OLE color: 9155010.

HSL color Cylindrical-coordinate representation of color #C2B18B: hue angle of 41.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B18B is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 139 -
CMYK 0 0.09 0.28 0.24
HSL 41.45º 0.31% 0.65% -
HSV(B) 41.45º 0.28% 0.76% -
XYZ 42.63 44.78 30.82 -
YUV 177.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 194 177 139 0 0.09 0.28 0.24 41.45 0.31 0.65
Hex C2 B1 8B 0 9 1C 18 29 1F 41
Octal 302 261 213 0 11 34 30 51 37 101
Binary 11000010 10110001 10001011 0 1001 11100 11000 101001 11111 1000001

Color Harmonies of #C2B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B18B

Black with #C2B18B

Text Example


Text Example

White with #C2B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B18B; }

 p { color: rgb(194,177,139); }

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

background-color css

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

 a { background-color: rgb(194,177,139); }

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

border-color css

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

 span { border-color: rgb(194,177,139); }

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