Html Css Color HEX #C2B08C Pavlova

📋 copy color: '#C2B08C'

red 194 ◦ green 176 ◦ blue 140

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

Shades of Pavlova #C2B08C

Tints of Pavlova #C2B08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 38.04%
G = 34.51%
B = 27.45%

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

#C2B08C (or 0xC2B08C) is known color: Pavlova. HEX triplet: C2, B0 and 8C. RGB value is (194,176,140). Sum of RGB (Red+Green+Blue) = 194+176+140=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08C is #3D4F73. Grayscale: #B1B1B1. Windows color (decimal): -4018036 or 9220290. OLE color: 9220290.

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

Color convert

RGB 194 176 140 -
CMYK 0 0.09 0.28 0.24
HSL 40º 0.31% 0.65% -
HSV(B) 40º 0.28% 0.76% -
XYZ 42.51 44.41 31.14 -
YUV 177.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 194 176 140 0 0.09 0.28 0.24 40 0.31 0.65
Hex C2 B0 8C 0 9 1C 18 28 1F 41
Octal 302 260 214 0 11 34 30 50 37 101
Binary 11000010 10110000 10001100 0 1001 11100 11000 101000 11111 1000001

Color Harmonies of #C2B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B08C

Black with #C2B08C

Text Example


Text Example

White with #C2B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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