Html Css Color HEX #C3AF92 Sour Dough

📋 copy color: '#C3AF92'

red 195 ◦ green 175 ◦ blue 146

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

Shades of Sour Dough #C3AF92

Tints of Sour Dough #C3AF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 37.79%
G = 33.91%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3AF92 (or 0xC3AF92) is known color: Sour Dough. HEX triplet: C3, AF and 92. RGB value is (195,175,146). Sum of RGB (Red+Green+Blue) = 195+175+146=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF92 is #3C506D. Grayscale: #B1B1B1. Windows color (decimal): -3952750 or 9613251. OLE color: 9613251.

HSL color Cylindrical-coordinate representation of color #C3AF92: hue angle of 35.51º 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 #C3AF92 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 146 -
CMYK 0 0.10 0.25 0.24
HSL 35.51º 0.29% 0.67% -
HSV(B) 35.51º 0.25% 0.76% -
XYZ 43.02 44.34 33.48 -
YUV 177.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 195 175 146 0 0.10 0.25 0.24 35.51 0.29 0.67
Hex C3 AF 92 0 A 19 18 24 1D 43
Octal 303 257 222 0 12 31 30 44 35 103
Binary 11000011 10101111 10010010 0 1010 11001 11000 100100 11101 1000011

Color Harmonies of #C3AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF92

Black with #C3AF92

Text Example


Text Example

White with #C3AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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