Html Css Color HEX #C0AC8F Pavlova

📋 copy color: '#C0AC8F'

red 192 ◦ green 172 ◦ blue 143

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

Shades of Pavlova #C0AC8F

Tints of Pavlova #C0AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 37.87%
G = 33.93%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0AC8F (or 0xC0AC8F) is known color: Pavlova. HEX triplet: C0, AC and 8F. RGB value is (192,172,143). Sum of RGB (Red+Green+Blue) = 192+172+143=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC8F is #3F5370. Grayscale: #AEAEAE. Windows color (decimal): -4150129 or 9415872. OLE color: 9415872.

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

Color convert

RGB 192 172 143 -
CMYK 0 0.10 0.26 0.25
HSL 35.51º 0.28% 0.66% -
HSV(B) 35.51º 0.26% 0.75% -
XYZ 41.45 42.69 32.04 -
YUV 174.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 192 172 143 0 0.10 0.26 0.25 35.51 0.28 0.66
Hex C0 AC 8F 0 A 1A 19 24 1C 42
Octal 300 254 217 0 12 32 31 44 34 102
Binary 11000000 10101100 10001111 0 1010 11010 11001 100100 11100 1000010

Color Harmonies of #C0AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC8F

Black with #C0AC8F

Text Example


Text Example

White with #C0AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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