#C3AF9B

Color #C3AF9B Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C3AF9B

Tints of Sour Dough #C3AF9B

Color information

#C3AF9B (or 0xC3AF9B) is unknown color: approx Sour Dough. HEX triplet: C3, AF and 9B. RGB value is (195,175,155). Sum of RGB (Red+Green+Blue) = 195+175+155=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF9B is #3C5064. Grayscale: #B2B2B2. Windows color (decimal): -3952741 or 10203075. OLE color: 10203075.

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

Color convert

RGB195175155-
CMYK00.100.210.24
HSL30º25%68.63%-
HSV(B)30º20.51%76.47%-
XYZ43.7544.6337.32-
YUV178.7114.63139.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=37.14%
G=33.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517515500.100.210.24302568.63
HexC3AF9B0A15181e1945
Octal30325723301225303631105
Binary11000011101011111001101101010101011100011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF9B; }

 p { color: rgb(195,175,155); }

 H1.HeaderClassName
 {
   color: #C3AF9B;
 }
 .AnyTagClassName
 {
   color: #C3AF9B;
 }
</style>
background-color css

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

 a { background-color: rgb(195,175,155); }

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

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

 span { border-color: rgb(195,175,155); }

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