Html Css Color HEX #C2B088 Pavlova

📋 copy color: '#C2B088'

red 194 ◦ green 176 ◦ blue 136

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

Shades of Pavlova #C2B088

Tints of Pavlova #C2B088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 38.34%
G = 34.78%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B088 (or 0xC2B088) is known color: Pavlova. HEX triplet: C2, B0 and 88. RGB value is (194,176,136). Sum of RGB (Red+Green+Blue) = 194+176+136=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B088 is #3D4F77. Grayscale: #B1B1B1. Windows color (decimal): -4018040 or 8958146. OLE color: 8958146.

HSL color Cylindrical-coordinate representation of color #C2B088: hue angle of 41.38º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B088 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 136 -
CMYK 0 0.09 0.30 0.24
HSL 41.38º 0.32% 0.65% -
HSV(B) 41.38º 0.3% 0.76% -
XYZ 42.22 44.3 29.62 -
YUV 176.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 194 176 136 0 0.09 0.30 0.24 41.38 0.32 0.65
Hex C2 B0 88 0 9 1E 18 29 20 41
Octal 302 260 210 0 11 36 30 51 40 101
Binary 11000010 10110000 10001000 0 1001 11110 11000 101001 100000 1000001

Color Harmonies of #C2B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B088

Black with #C2B088

Text Example


Text Example

White with #C2B088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B088; }

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

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

background-color css

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

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

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

border-color css

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

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

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