Html Css Color HEX #C2AC82 Pavlova

📋 copy color: '#C2AC82'

red 194 ◦ green 172 ◦ blue 130

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

Shades of Pavlova #C2AC82

Tints of Pavlova #C2AC82

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 130 (51.17% from 255) = 26.21%

R = 39.11%
G = 34.68%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C2AC82 (or 0xC2AC82) is known color: Pavlova. HEX triplet: C2, AC and 82. RGB value is (194,172,130). Sum of RGB (Red+Green+Blue) = 194+172+130=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC82 is #3D537D. Grayscale: #ADADAD. Windows color (decimal): -4019070 or 8563906. OLE color: 8563906.

HSL color Cylindrical-coordinate representation of color #C2AC82: hue angle of 39.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2AC82 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 130 -
CMYK 0 0.11 0.33 0.24
HSL 39.38º 0.34% 0.64% -
HSV(B) 39.38º 0.33% 0.76% -
XYZ 41.03 42.59 27.18 -
YUV 173.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 194 172 130 0 0.11 0.33 0.24 39.38 0.34 0.64
Hex C2 AC 82 0 B 21 18 27 22 40
Octal 302 254 202 0 13 41 30 47 42 100
Binary 11000010 10101100 10000010 0 1011 100001 11000 100111 100010 1000000

Color Harmonies of #C2AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC82

Black with #C2AC82

Text Example


Text Example

White with #C2AC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC82; }

 p { color: rgb(194,172,130); }

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

background-color css

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

 a { background-color: rgb(194,172,130); }

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

border-color css

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

 span { border-color: rgb(194,172,130); }

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