Html Css Color HEX #C1AB8C Pavlova

📋 copy color: '#C1AB8C'

red 193 ◦ green 171 ◦ blue 140

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

Shades of Pavlova #C1AB8C

Tints of Pavlova #C1AB8C

RGB

 RED value IS 193 (75.78% from 255) = 38.29%

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 38.29%
G = 33.93%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1AB8C (or 0xC1AB8C) is known color: Pavlova. HEX triplet: C1, AB and 8C. RGB value is (193,171,140). Sum of RGB (Red+Green+Blue) = 193+171+140=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB8C is #3E5473. Grayscale: #AEAEAE. Windows color (decimal): -4084852 or 9219009. OLE color: 9219009.

HSL color Cylindrical-coordinate representation of color #C1AB8C: hue angle of 35.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1AB8C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 171 140 -
CMYK 0 0.11 0.27 0.24
HSL 35.09º 0.3% 0.65% -
HSV(B) 35.09º 0.27% 0.76% -
XYZ 41.29 42.36 30.81 -
YUV 174.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 193 171 140 0 0.11 0.27 0.24 35.09 0.3 0.65
Hex C1 AB 8C 0 B 1B 18 23 1E 41
Octal 301 253 214 0 13 33 30 43 36 101
Binary 11000001 10101011 10001100 0 1011 11011 11000 100011 11110 1000001

Color Harmonies of #C1AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB8C

Black with #C1AB8C

Text Example


Text Example

White with #C1AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB8C; }

 p { color: rgb(193,171,140); }

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

background-color css

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

 a { background-color: rgb(193,171,140); }

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

border-color css

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

 span { border-color: rgb(193,171,140); }

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