Html Css Color HEX #C2AC8C Pavlova

📋 copy color: '#C2AC8C'

red 194 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #C2AC8C

Tints of Pavlova #C2AC8C

RGB

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

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

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

R = 38.34%
G = 33.99%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2AC8C (or 0xC2AC8C) is known color: Pavlova. HEX triplet: C2, AC and 8C. RGB value is (194,172,140). Sum of RGB (Red+Green+Blue) = 194+172+140=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC8C is #3D5373. Grayscale: #AFAFAF. Windows color (decimal): -4019060 or 9219266. OLE color: 9219266.

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

Color convert

RGB 194 172 140 -
CMYK 0 0.11 0.28 0.24
HSL 35.56º 0.31% 0.65% -
HSV(B) 35.56º 0.28% 0.76% -
XYZ 41.73 42.87 30.89 -
YUV 174.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 194 172 140 0 0.11 0.28 0.24 35.56 0.31 0.65
Hex C2 AC 8C 0 B 1C 18 24 1F 41
Octal 302 254 214 0 13 34 30 44 37 101
Binary 11000010 10101100 10001100 0 1011 11100 11000 100100 11111 1000001

Color Harmonies of #C2AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC8C

Black with #C2AC8C

Text Example


Text Example

White with #C2AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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