Html Css Color HEX #CE9352 Twine

📋 copy color: '#CE9352'

red 206 ◦ green 147 ◦ blue 82

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

Shades of Twine #CE9352

Tints of Twine #CE9352

RGB

 RED value IS 206 (80.86% from 255) = 47.36%

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

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

R = 47.36%
G = 33.79%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE9352 (or 0xCE9352) is known color: Twine. HEX triplet: CE, 93 and 52. RGB value is (206,147,82). Sum of RGB (Red+Green+Blue) = 206+147+82=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9352 is #316CAD. Grayscale: #9D9D9D. Windows color (decimal): -3239086 or 5411790. OLE color: 5411790.

HSL color Cylindrical-coordinate representation of color #CE9352: hue angle of 31.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE9352 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 82 -
CMYK 0 0.29 0.60 0.19
HSL 31.45º 0.56% 0.56% -
HSV(B) 31.45º 0.6% 0.81% -
XYZ 37.41 34.6 12.69 -
YUV 157.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 206 147 82 0 0.29 0.60 0.19 31.45 0.56 0.56
Hex CE 93 52 0 1D 3C 13 1F 38 38
Octal 316 223 122 0 35 74 23 37 70 70
Binary 11001110 10010011 1010010 0 11101 111100 10011 11111 111000 111000

Color Harmonies of #CE9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9352

Black with #CE9352

Text Example


Text Example

White with #CE9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9352; }

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

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

background-color css

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

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

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

border-color css

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

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

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