Html Css Color HEX #C2AB8A Pavlova

📋 copy color: '#C2AB8A'

red 194 ◦ green 171 ◦ blue 138

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

Shades of Pavlova #C2AB8A

Tints of Pavlova #C2AB8A

RGB

 RED value IS 194 (76.17% from 255) = 38.57%

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 38.57%
G = 34%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2AB8A (or 0xC2AB8A) is known color: Pavlova. HEX triplet: C2, AB and 8A. RGB value is (194,171,138). Sum of RGB (Red+Green+Blue) = 194+171+138=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB8A is #3D5475. Grayscale: #AEAEAE. Windows color (decimal): -4019318 or 9087938. OLE color: 9087938.

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

Color convert

RGB 194 171 138 -
CMYK 0 0.12 0.29 0.24
HSL 35.36º 0.31% 0.65% -
HSV(B) 35.36º 0.29% 0.76% -
XYZ 41.4 42.43 30.05 -
YUV 174.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 194 171 138 0 0.12 0.29 0.24 35.36 0.31 0.65
Hex C2 AB 8A 0 C 1D 18 23 1F 41
Octal 302 253 212 0 14 35 30 43 37 101
Binary 11000010 10101011 10001010 0 1100 11101 11000 100011 11111 1000001

Color Harmonies of #C2AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB8A

Black with #C2AB8A

Text Example


Text Example

White with #C2AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB8A; }

 p { color: rgb(194,171,138); }

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

background-color css

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

 a { background-color: rgb(194,171,138); }

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

border-color css

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

 span { border-color: rgb(194,171,138); }

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