Html Css Color HEX #C0A983 Pavlova

📋 copy color: '#C0A983'

red 192 ◦ green 169 ◦ blue 131

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

Shades of Pavlova #C0A983

Tints of Pavlova #C0A983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 39.02%
G = 34.35%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0A983 (or 0xC0A983) is known color: Pavlova. HEX triplet: C0, A9 and 83. RGB value is (192,169,131). Sum of RGB (Red+Green+Blue) = 192+169+131=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A983 is #3F567C. Grayscale: #ABABAB. Windows color (decimal): -4150909 or 8628672. OLE color: 8628672.

HSL color Cylindrical-coordinate representation of color #C0A983: hue angle of 37.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A983 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 131 -
CMYK 0 0.12 0.32 0.25
HSL 37.38º 0.33% 0.63% -
HSV(B) 37.38º 0.32% 0.75% -
XYZ 40.02 41.22 27.32 -
YUV 171.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 192 169 131 0 0.12 0.32 0.25 37.38 0.33 0.63
Hex C0 A9 83 0 C 20 19 25 21 3F
Octal 300 251 203 0 14 40 31 45 41 77
Binary 11000000 10101001 10000011 0 1100 100000 11001 100101 100001 111111

Color Harmonies of #C0A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A983

Black with #C0A983

Text Example


Text Example

White with #C0A983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A983; }

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

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

background-color css

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

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

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

border-color css

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

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

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