Html Css Color HEX #C4AC85 Pavlova

📋 copy color: '#C4AC85'

red 196 ◦ green 172 ◦ blue 133

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

Shades of Pavlova #C4AC85

Tints of Pavlova #C4AC85

RGB

 RED value IS 196 (76.95% from 255) = 39.12%

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

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

R = 39.12%
G = 34.33%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C4AC85 (or 0xC4AC85) is known color: Pavlova. HEX triplet: C4, AC and 85. RGB value is (196,172,133). Sum of RGB (Red+Green+Blue) = 196+172+133=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC85 is #3B537A. Grayscale: #AEAEAE. Windows color (decimal): -3887995 or 8760516. OLE color: 8760516.

HSL color Cylindrical-coordinate representation of color #C4AC85: hue angle of 37.14º degrees, saturation: 0.35, 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 #C4AC85 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 133 -
CMYK 0 0.12 0.32 0.23
HSL 37.14º 0.35% 0.65% -
HSV(B) 37.14º 0.32% 0.77% -
XYZ 41.75 42.93 28.28 -
YUV 174.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 196 172 133 0 0.12 0.32 0.23 37.14 0.35 0.65
Hex C4 AC 85 0 C 20 17 25 23 41
Octal 304 254 205 0 14 40 27 45 43 101
Binary 11000100 10101100 10000101 0 1100 100000 10111 100101 100011 1000001

Color Harmonies of #C4AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC85

Black with #C4AC85

Text Example


Text Example

White with #C4AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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