Html Css Color HEX #C8AF90 Sour Dough

📋 copy color: '#C8AF90'

red 200 ◦ green 175 ◦ blue 144

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

Shades of Sour Dough #C8AF90

Tints of Sour Dough #C8AF90

RGB

 RED value IS 200 (78.52% from 255) = 38.54%

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

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 38.54%
G = 33.72%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8AF90 (or 0xC8AF90) is known color: Sour Dough. HEX triplet: C8, AF and 90. RGB value is (200,175,144). Sum of RGB (Red+Green+Blue) = 200+175+144=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF90 is #37506F. Grayscale: #B3B3B3. Windows color (decimal): -3625072 or 9482184. OLE color: 9482184.

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

Color convert

RGB 200 175 144 -
CMYK 0 0.12 0.28 0.22
HSL 33.21º 0.34% 0.67% -
HSV(B) 33.21º 0.28% 0.78% -
XYZ 44.18 44.95 32.73 -
YUV 178.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 200 175 144 0 0.12 0.28 0.22 33.21 0.34 0.67
Hex C8 AF 90 0 C 1C 16 21 22 43
Octal 310 257 220 0 14 34 26 41 42 103
Binary 11001000 10101111 10010000 0 1100 11100 10110 100001 100010 1000011

Color Harmonies of #C8AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF90

Black with #C8AF90

Text Example


Text Example

White with #C8AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF90; }

 p { color: rgb(200,175,144); }

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

background-color css

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

 a { background-color: rgb(200,175,144); }

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

border-color css

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

 span { border-color: rgb(200,175,144); }

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