Html Css Color HEX #C0A77D Pavlova

📋 copy color: '#C0A77D'

red 192 ◦ green 167 ◦ blue 125

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

Shades of Pavlova #C0A77D

Tints of Pavlova #C0A77D

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

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

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 39.67%
G = 34.5%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0A77D (or 0xC0A77D) is known color: Pavlova. HEX triplet: C0, A7 and 7D. RGB value is (192,167,125). Sum of RGB (Red+Green+Blue) = 192+167+125=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A77D is #3F5882. Grayscale: #A9A9A9. Windows color (decimal): -4151427 or 8234944. OLE color: 8234944.

HSL color Cylindrical-coordinate representation of color #C0A77D: hue angle of 37.61º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A77D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 125 -
CMYK 0 0.13 0.35 0.25
HSL 37.61º 0.35% 0.62% -
HSV(B) 37.61º 0.35% 0.75% -
XYZ 39.26 40.32 25.12 -
YUV 169.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 192 167 125 0 0.13 0.35 0.25 37.61 0.35 0.62
Hex C0 A7 7D 0 D 23 19 26 23 3E
Octal 300 247 175 0 15 43 31 46 43 76
Binary 11000000 10100111 1111101 0 1101 100011 11001 100110 100011 111110

Color Harmonies of #C0A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A77D

Black with #C0A77D

Text Example


Text Example

White with #C0A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A77D; }

 p { color: rgb(192,167,125); }

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

background-color css

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

 a { background-color: rgb(192,167,125); }

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

border-color css

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

 span { border-color: rgb(192,167,125); }

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