Html Css Color HEX #C2B28E Pavlova

📋 copy color: '#C2B28E'

red 194 ◦ green 178 ◦ blue 142

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

Shades of Pavlova #C2B28E

Tints of Pavlova #C2B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 37.74%
G = 34.63%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B28E (or 0xC2B28E) is known color: Pavlova. HEX triplet: C2, B2 and 8E. RGB value is (194,178,142). Sum of RGB (Red+Green+Blue) = 194+178+142=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28E is #3D4D71. Grayscale: #B2B2B2. Windows color (decimal): -4017522 or 9351874. OLE color: 9351874.

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

Color convert

RGB 194 178 142 -
CMYK 0 0.08 0.27 0.24
HSL 41.54º 0.3% 0.66% -
HSV(B) 41.54º 0.27% 0.76% -
XYZ 43.05 45.26 32.06 -
YUV 178.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 194 178 142 0 0.08 0.27 0.24 41.54 0.3 0.66
Hex C2 B2 8E 0 8 1B 18 2A 1E 42
Octal 302 262 216 0 10 33 30 52 36 102
Binary 11000010 10110010 10001110 0 1000 11011 11000 101010 11110 1000010

Color Harmonies of #C2B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B28E

Black with #C2B28E

Text Example


Text Example

White with #C2B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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