Html Css Color HEX #CE9252 Twine

📋 copy color: '#CE9252'

red 206 ◦ green 146 ◦ blue 82

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

Shades of Twine #CE9252

Tints of Twine #CE9252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 47.47%
G = 33.64%
B = 18.89%

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

#CE9252 (or 0xCE9252) is known color: Twine. HEX triplet: CE, 92 and 52. RGB value is (206,146,82). Sum of RGB (Red+Green+Blue) = 206+146+82=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9252 is #316DAD. Grayscale: #9C9C9C. Windows color (decimal): -3239342 or 5411534. OLE color: 5411534.

HSL color Cylindrical-coordinate representation of color #CE9252: hue angle of 30.97º 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 #CE9252 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 82 -
CMYK 0 0.29 0.60 0.19
HSL 30.97º 0.56% 0.56% -
HSV(B) 30.97º 0.6% 0.81% -
XYZ 37.26 34.29 12.64 -
YUV 156.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 206 146 82 0 0.29 0.60 0.19 30.97 0.56 0.56
Hex CE 92 52 0 1D 3C 13 1F 38 38
Octal 316 222 122 0 35 74 23 37 70 70
Binary 11001110 10010010 1010010 0 11101 111100 10011 11111 111000 111000

Color Harmonies of #CE9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9252

Black with #CE9252

Text Example


Text Example

White with #CE9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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