Html Css Color HEX #C99053 Twine

📋 copy color: '#C99053'

red 201 ◦ green 144 ◦ blue 83

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

Shades of Twine #C99053

Tints of Twine #C99053

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 83 (32.81% from 255) = 19.39%

R = 46.96%
G = 33.64%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99053 (or 0xC99053) is known color: Twine. HEX triplet: C9, 90 and 53. RGB value is (201,144,83). Sum of RGB (Red+Green+Blue) = 201+144+83=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C99053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99053 is #366FAC. Grayscale: #9A9A9A. Windows color (decimal): -3567533 or 5476553. OLE color: 5476553.

HSL color Cylindrical-coordinate representation of color #C99053: hue angle of 31.02º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C99053 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 83 -
CMYK 0 0.28 0.59 0.21
HSL 31.02º 0.52% 0.56% -
HSV(B) 31.02º 0.59% 0.79% -
XYZ 35.62 32.99 12.67 -
YUV 154.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 201 144 83 0 0.28 0.59 0.21 31.02 0.52 0.56
Hex C9 90 53 0 1C 3B 15 1F 34 38
Octal 311 220 123 0 34 73 25 37 64 70
Binary 11001001 10010000 1010011 0 11100 111011 10101 11111 110100 111000

Color Harmonies of #C99053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99053

Black with #C99053

Text Example


Text Example

White with #C99053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99053; }

 p { color: rgb(201,144,83); }

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

background-color css

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

 a { background-color: rgb(201,144,83); }

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

border-color css

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

 span { border-color: rgb(201,144,83); }

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