Html Css Color HEX #C3AF99 Sour Dough

📋 copy color: '#C3AF99'

red 195 ◦ green 175 ◦ blue 153

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

Shades of Sour Dough #C3AF99

Tints of Sour Dough #C3AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 37.28%
G = 33.46%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C3AF99 (or 0xC3AF99) is known color: Sour Dough. HEX triplet: C3, AF and 99. RGB value is (195,175,153). Sum of RGB (Red+Green+Blue) = 195+175+153=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF99 is #3C5066. Grayscale: #B2B2B2. Windows color (decimal): -3952743 or 10072003. OLE color: 10072003.

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

Color convert

RGB 195 175 153 -
CMYK 0 0.10 0.22 0.24
HSL 31.43º 0.26% 0.68% -
HSV(B) 31.43º 0.22% 0.76% -
XYZ 43.59 44.56 36.44 -
YUV 178.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 195 175 153 0 0.10 0.22 0.24 31.43 0.26 0.68
Hex C3 AF 99 0 A 16 18 1F 1A 44
Octal 303 257 231 0 12 26 30 37 32 104
Binary 11000011 10101111 10011001 0 1010 10110 11000 11111 11010 1000100

Color Harmonies of #C3AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF99

Black with #C3AF99

Text Example


Text Example

White with #C3AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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