Html Css Color HEX #C4AB85 Pavlova

📋 copy color: '#C4AB85'

red 196 ◦ green 171 ◦ blue 133

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

Shades of Pavlova #C4AB85

Tints of Pavlova #C4AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

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

R = 39.2%
G = 34.2%
B = 26.6%

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

#C4AB85 (or 0xC4AB85) is known color: Pavlova. HEX triplet: C4, AB and 85. RGB value is (196,171,133). Sum of RGB (Red+Green+Blue) = 196+171+133=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB85 is #3B547A. Grayscale: #AEAEAE. Windows color (decimal): -3888251 or 8760260. OLE color: 8760260.

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

Color convert

RGB 196 171 133 -
CMYK 0 0.13 0.32 0.23
HSL 36.19º 0.35% 0.65% -
HSV(B) 36.19º 0.32% 0.77% -
XYZ 41.56 42.56 28.21 -
YUV 174.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 196 171 133 0 0.13 0.32 0.23 36.19 0.35 0.65
Hex C4 AB 85 0 D 20 17 24 23 41
Octal 304 253 205 0 15 40 27 44 43 101
Binary 11000100 10101011 10000101 0 1101 100000 10111 100100 100011 1000001

Color Harmonies of #C4AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB85

Black with #C4AB85

Text Example


Text Example

White with #C4AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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