Html Css Color HEX #C0A97D Pavlova

📋 copy color: '#C0A97D'

red 192 ◦ green 169 ◦ blue 125

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

Shades of Pavlova #C0A97D

Tints of Pavlova #C0A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 39.51%
G = 34.77%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0A97D (or 0xC0A97D) is known color: Pavlova. HEX triplet: C0, A9 and 7D. RGB value is (192,169,125). Sum of RGB (Red+Green+Blue) = 192+169+125=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A97D is #3F5682. Grayscale: #ABABAB. Windows color (decimal): -4150915 or 8235456. OLE color: 8235456.

HSL color Cylindrical-coordinate representation of color #C0A97D: hue angle of 39.4º 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 #C0A97D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 125 -
CMYK 0 0.12 0.35 0.25
HSL 39.4º 0.35% 0.62% -
HSV(B) 39.4º 0.35% 0.75% -
XYZ 39.63 41.06 25.24 -
YUV 170.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 192 169 125 0 0.12 0.35 0.25 39.4 0.35 0.62
Hex C0 A9 7D 0 C 23 19 27 23 3E
Octal 300 251 175 0 14 43 31 47 43 76
Binary 11000000 10101001 1111101 0 1100 100011 11001 100111 100011 111110

Color Harmonies of #C0A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A97D

Black with #C0A97D

Text Example


Text Example

White with #C0A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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