Html Css Color HEX #C5AC85 Pavlova

📋 copy color: '#C5AC85'

red 197 ◦ green 172 ◦ blue 133

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

Shades of Pavlova #C5AC85

Tints of Pavlova #C5AC85

RGB

 RED value IS 197 (77.34% from 255) = 39.24%

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

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

R = 39.24%
G = 34.26%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C5AC85 (or 0xC5AC85) is known color: Pavlova. HEX triplet: C5, AC and 85. RGB value is (197,172,133). Sum of RGB (Red+Green+Blue) = 197+172+133=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC85 is #3A537A. Grayscale: #AFAFAF. Windows color (decimal): -3822459 or 8760517. OLE color: 8760517.

HSL color Cylindrical-coordinate representation of color #C5AC85: hue angle of 36.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5AC85 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 133 -
CMYK 0 0.13 0.32 0.23
HSL 36.56º 0.36% 0.65% -
HSV(B) 36.56º 0.32% 0.77% -
XYZ 42.01 43.07 28.29 -
YUV 175.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 197 172 133 0 0.13 0.32 0.23 36.56 0.36 0.65
Hex C5 AC 85 0 D 20 17 25 24 41
Octal 305 254 205 0 15 40 27 45 44 101
Binary 11000101 10101100 10000101 0 1101 100000 10111 100101 100100 1000001

Color Harmonies of #C5AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC85

Black with #C5AC85

Text Example


Text Example

White with #C5AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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