Html Css Color HEX #C2A77C Pavlova

📋 copy color: '#C2A77C'

red 194 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #C2A77C

Tints of Pavlova #C2A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.43%

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 40%
G = 34.43%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2A77C (or 0xC2A77C) is known color: Pavlova. HEX triplet: C2, A7 and 7C. RGB value is (194,167,124). Sum of RGB (Red+Green+Blue) = 194+167+124=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A77C is #3D5883. Grayscale: #AAAAAA. Windows color (decimal): -4020356 or 8169410. OLE color: 8169410.

HSL color Cylindrical-coordinate representation of color #C2A77C: hue angle of 36.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A77C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 124 -
CMYK 0 0.14 0.36 0.24
HSL 36.86º 0.36% 0.62% -
HSV(B) 36.86º 0.36% 0.76% -
XYZ 39.7 40.56 24.81 -
YUV 170.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 194 167 124 0 0.14 0.36 0.24 36.86 0.36 0.62
Hex C2 A7 7C 0 E 24 18 25 24 3E
Octal 302 247 174 0 16 44 30 45 44 76
Binary 11000010 10100111 1111100 0 1110 100100 11000 100101 100100 111110

Color Harmonies of #C2A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A77C

Black with #C2A77C

Text Example


Text Example

White with #C2A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A77C; }

 p { color: rgb(194,167,124); }

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

background-color css

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

 a { background-color: rgb(194,167,124); }

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

border-color css

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

 span { border-color: rgb(194,167,124); }

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