Html Css Color HEX #C3AC8C Pavlova

📋 copy color: '#C3AC8C'

red 195 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #C3AC8C

Tints of Pavlova #C3AC8C

RGB

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

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

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

R = 38.46%
G = 33.93%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3AC8C (or 0xC3AC8C) is known color: Pavlova. HEX triplet: C3, AC and 8C. RGB value is (195,172,140). Sum of RGB (Red+Green+Blue) = 195+172+140=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC8C is #3C5373. Grayscale: #AFAFAF. Windows color (decimal): -3953524 or 9219267. OLE color: 9219267.

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

Color convert

RGB 195 172 140 -
CMYK 0 0.12 0.28 0.24
HSL 34.91º 0.31% 0.66% -
HSV(B) 34.91º 0.28% 0.76% -
XYZ 41.99 43 30.9 -
YUV 175.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 195 172 140 0 0.12 0.28 0.24 34.91 0.31 0.66
Hex C3 AC 8C 0 C 1C 18 23 1F 42
Octal 303 254 214 0 14 34 30 43 37 102
Binary 11000011 10101100 10001100 0 1100 11100 11000 100011 11111 1000010

Color Harmonies of #C3AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC8C

Black with #C3AC8C

Text Example


Text Example

White with #C3AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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