Html Css Color HEX #C3AF9A Sour Dough

📋 copy color: '#C3AF9A'

red 195 ◦ green 175 ◦ blue 154

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

Shades of Sour Dough #C3AF9A

Tints of Sour Dough #C3AF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 37.21%
G = 33.4%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3AF9A (or 0xC3AF9A) is known color: Sour Dough. HEX triplet: C3, AF and 9A. RGB value is (195,175,154). Sum of RGB (Red+Green+Blue) = 195+175+154=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF9A is #3C5065. Grayscale: #B2B2B2. Windows color (decimal): -3952742 or 10137539. OLE color: 10137539.

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

Color convert

RGB 195 175 154 -
CMYK 0 0.10 0.21 0.24
HSL 30.73º 0.25% 0.68% -
HSV(B) 30.73º 0.21% 0.76% -
XYZ 43.67 44.6 36.88 -
YUV 178.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 195 175 154 0 0.10 0.21 0.24 30.73 0.25 0.68
Hex C3 AF 9A 0 A 15 18 1F 19 44
Octal 303 257 232 0 12 25 30 37 31 104
Binary 11000011 10101111 10011010 0 1010 10101 11000 11111 11001 1000100

Color Harmonies of #C3AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF9A

Black with #C3AF9A

Text Example


Text Example

White with #C3AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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