Html Css Color HEX #C3AC93 Sour Dough

📋 copy color: '#C3AC93'

red 195 ◦ green 172 ◦ blue 147

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

Shades of Sour Dough #C3AC93

Tints of Sour Dough #C3AC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 37.94%
G = 33.46%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3AC93 (or 0xC3AC93) is known color: Sour Dough. HEX triplet: C3, AC and 93. RGB value is (195,172,147). Sum of RGB (Red+Green+Blue) = 195+172+147=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC93 is #3C536C. Grayscale: #B0B0B0. Windows color (decimal): -3953517 or 9678019. OLE color: 9678019.

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

Color convert

RGB 195 172 147 -
CMYK 0 0.12 0.25 0.24
HSL 31.25º 0.29% 0.67% -
HSV(B) 31.25º 0.25% 0.76% -
XYZ 42.52 43.21 33.7 -
YUV 176.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 195 172 147 0 0.12 0.25 0.24 31.25 0.29 0.67
Hex C3 AC 93 0 C 19 18 1F 1D 43
Octal 303 254 223 0 14 31 30 37 35 103
Binary 11000011 10101100 10010011 0 1100 11001 11000 11111 11101 1000011

Color Harmonies of #C3AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC93

Black with #C3AC93

Text Example


Text Example

White with #C3AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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