Html Css Color HEX #C2AF87 Pavlova

📋 copy color: '#C2AF87'

red 194 ◦ green 175 ◦ blue 135

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

Shades of Pavlova #C2AF87

Tints of Pavlova #C2AF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.72%

 BLUE value IS 135 (53.13% from 255) = 26.79%

R = 38.49%
G = 34.72%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2AF87 (or 0xC2AF87) is known color: Pavlova. HEX triplet: C2, AF and 87. RGB value is (194,175,135). Sum of RGB (Red+Green+Blue) = 194+175+135=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF87 is #3D5078. Grayscale: #B0B0B0. Windows color (decimal): -4018297 or 8892354. OLE color: 8892354.

HSL color Cylindrical-coordinate representation of color #C2AF87: hue angle of 40.68º degrees, saturation: 0.33, 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 #C2AF87 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 135 -
CMYK 0 0.10 0.30 0.24
HSL 40.68º 0.33% 0.65% -
HSV(B) 40.68º 0.3% 0.76% -
XYZ 41.95 43.88 29.18 -
YUV 176.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 194 175 135 0 0.10 0.30 0.24 40.68 0.33 0.65
Hex C2 AF 87 0 A 1E 18 29 21 41
Octal 302 257 207 0 12 36 30 51 41 101
Binary 11000010 10101111 10000111 0 1010 11110 11000 101001 100001 1000001

Color Harmonies of #C2AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF87

Black with #C2AF87

Text Example


Text Example

White with #C2AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF87; }

 p { color: rgb(194,175,135); }

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

background-color css

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

 a { background-color: rgb(194,175,135); }

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

border-color css

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

 span { border-color: rgb(194,175,135); }

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