Html Css Color HEX #CE9952 Twine

📋 copy color: '#CE9952'

red 206 ◦ green 153 ◦ blue 82

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

Shades of Twine #CE9952

Tints of Twine #CE9952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 46.71%
G = 34.69%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE9952 (or 0xCE9952) is known color: Twine. HEX triplet: CE, 99 and 52. RGB value is (206,153,82). Sum of RGB (Red+Green+Blue) = 206+153+82=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9952 is #3166AD. Grayscale: #A1A1A1. Windows color (decimal): -3237550 or 5413326. OLE color: 5413326.

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

Color convert

RGB 206 153 82 -
CMYK 0 0.26 0.60 0.19
HSL 34.35º 0.56% 0.56% -
HSV(B) 34.35º 0.6% 0.81% -
XYZ 38.37 36.51 13.01 -
YUV 160.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 206 153 82 0 0.26 0.60 0.19 34.35 0.56 0.56
Hex CE 99 52 0 1A 3C 13 22 38 38
Octal 316 231 122 0 32 74 23 42 70 70
Binary 11001110 10011001 1010010 0 11010 111100 10011 100010 111000 111000

Color Harmonies of #CE9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9952

Black with #CE9952

Text Example


Text Example

White with #CE9952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9952; }

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

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

background-color css

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

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

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

border-color css

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

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

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