Html Css Color HEX #C2B18E Pavlova

📋 copy color: '#C2B18E'

red 194 ◦ green 177 ◦ blue 142

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

Shades of Pavlova #C2B18E

Tints of Pavlova #C2B18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 37.82%
G = 34.5%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B18E (or 0xC2B18E) is known color: Pavlova. HEX triplet: C2, B1 and 8E. RGB value is (194,177,142). Sum of RGB (Red+Green+Blue) = 194+177+142=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B18E is #3D4E71. Grayscale: #B2B2B2. Windows color (decimal): -4017778 or 9351618. OLE color: 9351618.

HSL color Cylindrical-coordinate representation of color #C2B18E: hue angle of 40.38º 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 #C2B18E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 142 -
CMYK 0 0.09 0.27 0.24
HSL 40.38º 0.3% 0.66% -
HSV(B) 40.38º 0.27% 0.76% -
XYZ 42.85 44.87 31.99 -
YUV 178.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 194 177 142 0 0.09 0.27 0.24 40.38 0.3 0.66
Hex C2 B1 8E 0 9 1B 18 28 1E 42
Octal 302 261 216 0 11 33 30 50 36 102
Binary 11000010 10110001 10001110 0 1001 11011 11000 101000 11110 1000010

Color Harmonies of #C2B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B18E

Black with #C2B18E

Text Example


Text Example

White with #C2B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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