Html Css Color HEX #C4AD88 Pavlova

📋 copy color: '#C4AD88'

red 196 ◦ green 173 ◦ blue 136

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

Shades of Pavlova #C4AD88

Tints of Pavlova #C4AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 38.81%
G = 34.26%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C4AD88 (or 0xC4AD88) is known color: Pavlova. HEX triplet: C4, AD and 88. RGB value is (196,173,136). Sum of RGB (Red+Green+Blue) = 196+173+136=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD88 is #3B5277. Grayscale: #AFAFAF. Windows color (decimal): -3887736 or 8957380. OLE color: 8957380.

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

Color convert

RGB 196 173 136 -
CMYK 0 0.12 0.31 0.23
HSL 37º 0.34% 0.65% -
HSV(B) 37º 0.31% 0.77% -
XYZ 42.15 43.4 29.45 -
YUV 175.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 196 173 136 0 0.12 0.31 0.23 37 0.34 0.65
Hex C4 AD 88 0 C 1F 17 25 22 41
Octal 304 255 210 0 14 37 27 45 42 101
Binary 11000100 10101101 10001000 0 1100 11111 10111 100101 100010 1000001

Color Harmonies of #C4AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD88

Black with #C4AD88

Text Example


Text Example

White with #C4AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD88; }

 p { color: rgb(196,173,136); }

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

background-color css

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

 a { background-color: rgb(196,173,136); }

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

border-color css

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

 span { border-color: rgb(196,173,136); }

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