Html Css Color HEX #C99352 Twine

📋 copy color: '#C99352'

red 201 ◦ green 147 ◦ blue 82

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

Shades of Twine #C99352

Tints of Twine #C99352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 46.74%
G = 34.19%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99352 (or 0xC99352) is known color: Twine. HEX triplet: C9, 93 and 52. RGB value is (201,147,82). Sum of RGB (Red+Green+Blue) = 201+147+82=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99352 is #366CAD. Grayscale: #9C9C9C. Windows color (decimal): -3566766 or 5411785. OLE color: 5411785.

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

Color convert

RGB 201 147 82 -
CMYK 0 0.27 0.59 0.21
HSL 32.77º 0.52% 0.55% -
HSV(B) 32.77º 0.59% 0.79% -
XYZ 36.04 33.89 12.63 -
YUV 155.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 201 147 82 0 0.27 0.59 0.21 32.77 0.52 0.55
Hex C9 93 52 0 1B 3B 15 21 34 37
Octal 311 223 122 0 33 73 25 41 64 67
Binary 11001001 10010011 1010010 0 11011 111011 10101 100001 110100 110111

Color Harmonies of #C99352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99352

Black with #C99352

Text Example


Text Example

White with #C99352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99352; }

 p { color: rgb(201,147,82); }

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

background-color css

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

 a { background-color: rgb(201,147,82); }

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

border-color css

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

 span { border-color: rgb(201,147,82); }

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