Html Css Color HEX #C2AF9A Sour Dough

📋 copy color: '#C2AF9A'

red 194 ◦ green 175 ◦ blue 154

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

Shades of Sour Dough #C2AF9A

Tints of Sour Dough #C2AF9A

RGB

 RED value IS 194 (76.17% from 255) = 37.09%

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

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

R = 37.09%
G = 33.46%
B = 29.45%

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

#C2AF9A (or 0xC2AF9A) is known color: Sour Dough. HEX triplet: C2, AF and 9A. RGB value is (194,175,154). Sum of RGB (Red+Green+Blue) = 194+175+154=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF9A is #3D5065. Grayscale: #B2B2B2. Windows color (decimal): -4018278 or 10137538. OLE color: 10137538.

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

Color convert

RGB 194 175 154 -
CMYK 0 0.10 0.21 0.24
HSL 31.5º 0.25% 0.68% -
HSV(B) 31.5º 0.21% 0.76% -
XYZ 43.41 44.46 36.87 -
YUV 178.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 194 175 154 0 0.10 0.21 0.24 31.5 0.25 0.68
Hex C2 AF 9A 0 A 15 18 1F 19 44
Octal 302 257 232 0 12 25 30 37 31 104
Binary 11000010 10101111 10011010 0 1010 10101 11000 11111 11001 1000100

Color Harmonies of #C2AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF9A

Black with #C2AF9A

Text Example


Text Example

White with #C2AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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