Html Css Color HEX #C0AC8D Pavlova

📋 copy color: '#C0AC8D'

red 192 ◦ green 172 ◦ blue 141

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

Shades of Pavlova #C0AC8D

Tints of Pavlova #C0AC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 38.02%
G = 34.06%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0AC8D (or 0xC0AC8D) is known color: Pavlova. HEX triplet: C0, AC and 8D. RGB value is (192,172,141). Sum of RGB (Red+Green+Blue) = 192+172+141=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC8D is #3F5372. Grayscale: #AEAEAE. Windows color (decimal): -4150131 or 9284800. OLE color: 9284800.

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

Color convert

RGB 192 172 141 -
CMYK 0 0.10 0.27 0.25
HSL 36.47º 0.29% 0.65% -
HSV(B) 36.47º 0.27% 0.75% -
XYZ 41.3 42.63 31.25 -
YUV 174.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 192 172 141 0 0.10 0.27 0.25 36.47 0.29 0.65
Hex C0 AC 8D 0 A 1B 19 24 1D 41
Octal 300 254 215 0 12 33 31 44 35 101
Binary 11000000 10101100 10001101 0 1010 11011 11001 100100 11101 1000001

Color Harmonies of #C0AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC8D

Black with #C0AC8D

Text Example


Text Example

White with #C0AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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