Html Css Color HEX #C2B08E Pavlova

📋 copy color: '#C2B08E'

red 194 ◦ green 176 ◦ blue 142

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

Shades of Pavlova #C2B08E

Tints of Pavlova #C2B08E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

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

R = 37.89%
G = 34.38%
B = 27.73%

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

#C2B08E (or 0xC2B08E) is known color: Pavlova. HEX triplet: C2, B0 and 8E. RGB value is (194,176,142). Sum of RGB (Red+Green+Blue) = 194+176+142=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08E is #3D4F71. Grayscale: #B1B1B1. Windows color (decimal): -4018034 or 9351362. OLE color: 9351362.

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

Color convert

RGB 194 176 142 -
CMYK 0 0.09 0.27 0.24
HSL 39.23º 0.3% 0.66% -
HSV(B) 39.23º 0.27% 0.76% -
XYZ 42.66 44.47 31.93 -
YUV 177.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 194 176 142 0 0.09 0.27 0.24 39.23 0.3 0.66
Hex C2 B0 8E 0 9 1B 18 27 1E 42
Octal 302 260 216 0 11 33 30 47 36 102
Binary 11000010 10110000 10001110 0 1001 11011 11000 100111 11110 1000010

Color Harmonies of #C2B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B08E

Black with #C2B08E

Text Example


Text Example

White with #C2B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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