Html Css Color HEX #C2B08B Pavlova

📋 copy color: '#C2B08B'

red 194 ◦ green 176 ◦ blue 139

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

Shades of Pavlova #C2B08B

Tints of Pavlova #C2B08B

RGB

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

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

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

R = 38.11%
G = 34.58%
B = 27.31%

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

#C2B08B (or 0xC2B08B) is known color: Pavlova. HEX triplet: C2, B0 and 8B. RGB value is (194,176,139). Sum of RGB (Red+Green+Blue) = 194+176+139=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08B is #3D4F74. Grayscale: #B1B1B1. Windows color (decimal): -4018037 or 9154754. OLE color: 9154754.

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

Color convert

RGB 194 176 139 -
CMYK 0 0.09 0.28 0.24
HSL 40.36º 0.31% 0.65% -
HSV(B) 40.36º 0.28% 0.76% -
XYZ 42.43 44.38 30.76 -
YUV 177.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 194 176 139 0 0.09 0.28 0.24 40.36 0.31 0.65
Hex C2 B0 8B 0 9 1C 18 28 1F 41
Octal 302 260 213 0 11 34 30 50 37 101
Binary 11000010 10110000 10001011 0 1001 11100 11000 101000 11111 1000001

Color Harmonies of #C2B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B08B

Black with #C2B08B

Text Example


Text Example

White with #C2B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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