Html Css Color HEX #C2B28B Pavlova

📋 copy color: '#C2B28B'

red 194 ◦ green 178 ◦ blue 139

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

Shades of Pavlova #C2B28B

Tints of Pavlova #C2B28B

RGB

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

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

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

R = 37.96%
G = 34.83%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2B28B (or 0xC2B28B) is known color: Pavlova. HEX triplet: C2, B2 and 8B. RGB value is (194,178,139). Sum of RGB (Red+Green+Blue) = 194+178+139=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28B is #3D4D74. Grayscale: #B2B2B2. Windows color (decimal): -4017525 or 9155266. OLE color: 9155266.

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

Color convert

RGB 194 178 139 -
CMYK 0 0.08 0.28 0.24
HSL 42.55º 0.31% 0.65% -
HSV(B) 42.55º 0.28% 0.76% -
XYZ 42.83 45.17 30.89 -
YUV 178.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 194 178 139 0 0.08 0.28 0.24 42.55 0.31 0.65
Hex C2 B2 8B 0 8 1C 18 2B 1F 41
Octal 302 262 213 0 10 34 30 53 37 101
Binary 11000010 10110010 10001011 0 1000 11100 11000 101011 11111 1000001

Color Harmonies of #C2B28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B28B

Black with #C2B28B

Text Example


Text Example

White with #C2B28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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