Html Css Color HEX #C3AC85 Pavlova

📋 copy color: '#C3AC85'

red 195 ◦ green 172 ◦ blue 133

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

Shades of Pavlova #C3AC85

Tints of Pavlova #C3AC85

RGB

 RED value IS 195 (76.56% from 255) = 39%

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

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

R = 39%
G = 34.4%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C3AC85 (or 0xC3AC85) is known color: Pavlova. HEX triplet: C3, AC and 85. RGB value is (195,172,133). Sum of RGB (Red+Green+Blue) = 195+172+133=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC85 is #3C537A. Grayscale: #AEAEAE. Windows color (decimal): -3953531 or 8760515. OLE color: 8760515.

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

Color convert

RGB 195 172 133 -
CMYK 0 0.12 0.32 0.24
HSL 37.74º 0.34% 0.64% -
HSV(B) 37.74º 0.32% 0.76% -
XYZ 41.49 42.8 28.26 -
YUV 174.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 195 172 133 0 0.12 0.32 0.24 37.74 0.34 0.64
Hex C3 AC 85 0 C 20 18 26 22 40
Octal 303 254 205 0 14 40 30 46 42 100
Binary 11000011 10101100 10000101 0 1100 100000 11000 100110 100010 1000000

Color Harmonies of #C3AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC85

Black with #C3AC85

Text Example


Text Example

White with #C3AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC85; }

 p { color: rgb(195,172,133); }

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

background-color css

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

 a { background-color: rgb(195,172,133); }

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

border-color css

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

 span { border-color: rgb(195,172,133); }

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