Html Css Color HEX #C2AE8C Pavlova

📋 copy color: '#C2AE8C'

red 194 ◦ green 174 ◦ blue 140

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

Shades of Pavlova #C2AE8C

Tints of Pavlova #C2AE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

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

R = 38.19%
G = 34.25%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2AE8C (or 0xC2AE8C) is known color: Pavlova. HEX triplet: C2, AE and 8C. RGB value is (194,174,140). Sum of RGB (Red+Green+Blue) = 194+174+140=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE8C is #3D5173. Grayscale: #B0B0B0. Windows color (decimal): -4018548 or 9219778. OLE color: 9219778.

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

Color convert

RGB 194 174 140 -
CMYK 0 0.10 0.28 0.24
HSL 37.78º 0.31% 0.65% -
HSV(B) 37.78º 0.28% 0.76% -
XYZ 42.12 43.63 31.01 -
YUV 176.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 194 174 140 0 0.10 0.28 0.24 37.78 0.31 0.65
Hex C2 AE 8C 0 A 1C 18 26 1F 41
Octal 302 256 214 0 12 34 30 46 37 101
Binary 11000010 10101110 10001100 0 1010 11100 11000 100110 11111 1000001

Color Harmonies of #C2AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE8C

Black with #C2AE8C

Text Example


Text Example

White with #C2AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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