Html Css Color HEX #C6AF9B Sour Dough

📋 copy color: '#C6AF9B'

red 198 ◦ green 175 ◦ blue 155

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

Shades of Sour Dough #C6AF9B

Tints of Sour Dough #C6AF9B

RGB

 RED value IS 198 (77.73% from 255) = 37.5%

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

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 37.5%
G = 33.14%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6AF9B (or 0xC6AF9B) is known color: Sour Dough. HEX triplet: C6, AF and 9B. RGB value is (198,175,155). Sum of RGB (Red+Green+Blue) = 198+175+155=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF9B is #395064. Grayscale: #B3B3B3. Windows color (decimal): -3756133 or 10203078. OLE color: 10203078.

HSL color Cylindrical-coordinate representation of color #C6AF9B: hue angle of 27.91º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AF9B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 155 -
CMYK 0 0.12 0.22 0.22
HSL 27.91º 0.27% 0.69% -
HSV(B) 27.91º 0.22% 0.78% -
XYZ 44.54 45.03 37.36 -
YUV 179.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 198 175 155 0 0.12 0.22 0.22 27.91 0.27 0.69
Hex C6 AF 9B 0 C 16 16 1C 1B 45
Octal 306 257 233 0 14 26 26 34 33 105
Binary 11000110 10101111 10011011 0 1100 10110 10110 11100 11011 1000101

Color Harmonies of #C6AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF9B

Black with #C6AF9B

Text Example


Text Example

White with #C6AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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