Html Css Color HEX #C0AC85 Pavlova

📋 copy color: '#C0AC85'

red 192 ◦ green 172 ◦ blue 133

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

Shades of Pavlova #C0AC85

Tints of Pavlova #C0AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 38.63%
G = 34.61%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0AC85 (or 0xC0AC85) is known color: Pavlova. HEX triplet: C0, AC and 85. RGB value is (192,172,133). Sum of RGB (Red+Green+Blue) = 192+172+133=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC85 is #3F537A. Grayscale: #ADADAD. Windows color (decimal): -4150139 or 8760512. OLE color: 8760512.

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

Color convert

RGB 192 172 133 -
CMYK 0 0.10 0.31 0.25
HSL 39.66º 0.32% 0.64% -
HSV(B) 39.66º 0.31% 0.75% -
XYZ 40.72 42.4 28.23 -
YUV 173.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 192 172 133 0 0.10 0.31 0.25 39.66 0.32 0.64
Hex C0 AC 85 0 A 1F 19 28 20 40
Octal 300 254 205 0 12 37 31 50 40 100
Binary 11000000 10101100 10000101 0 1010 11111 11001 101000 100000 1000000

Color Harmonies of #C0AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC85

Black with #C0AC85

Text Example


Text Example

White with #C0AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC85; }

 p { color: rgb(192,172,133); }

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

background-color css

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

 a { background-color: rgb(192,172,133); }

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

border-color css

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

 span { border-color: rgb(192,172,133); }

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