Html Css Color HEX #C2AC83 Pavlova

📋 copy color: '#C2AC83'

red 194 ◦ green 172 ◦ blue 131

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

Shades of Pavlova #C2AC83

Tints of Pavlova #C2AC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 39.03%
G = 34.61%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C2AC83 (or 0xC2AC83) is known color: Pavlova. HEX triplet: C2, AC and 83. RGB value is (194,172,131). Sum of RGB (Red+Green+Blue) = 194+172+131=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC83 is #3D537C. Grayscale: #AEAEAE. Windows color (decimal): -4019069 or 8629442. OLE color: 8629442.

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

Color convert

RGB 194 172 131 -
CMYK 0 0.11 0.32 0.24
HSL 39.05º 0.34% 0.64% -
HSV(B) 39.05º 0.32% 0.76% -
XYZ 41.1 42.61 27.53 -
YUV 173.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 194 172 131 0 0.11 0.32 0.24 39.05 0.34 0.64
Hex C2 AC 83 0 B 20 18 27 22 40
Octal 302 254 203 0 13 40 30 47 42 100
Binary 11000010 10101100 10000011 0 1011 100000 11000 100111 100010 1000000

Color Harmonies of #C2AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC83

Black with #C2AC83

Text Example


Text Example

White with #C2AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC83; }

 p { color: rgb(194,172,131); }

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

background-color css

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

 a { background-color: rgb(194,172,131); }

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

border-color css

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

 span { border-color: rgb(194,172,131); }

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