Html Css Color HEX #CE864B Raw Sienna

📋 copy color: '#CE864B'

red 206 ◦ green 134 ◦ blue 75

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

Shades of Raw Sienna #CE864B

Tints of Raw Sienna #CE864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 49.64%
G = 32.29%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE864B (or 0xCE864B) is known color: Raw Sienna. HEX triplet: CE, 86 and 4B. RGB value is (206,134,75). Sum of RGB (Red+Green+Blue) = 206+134+75=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE864B is #3179B4. Grayscale: #959595. Windows color (decimal): -3242421 or 4949710. OLE color: 4949710.

HSL color Cylindrical-coordinate representation of color #CE864B: hue angle of 27.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE864B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 75 -
CMYK 0 0.35 0.64 0.19
HSL 27.02º 0.57% 0.55% -
HSV(B) 27.02º 0.64% 0.81% -
XYZ 35.25 30.68 10.72 -
YUV 148.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 206 134 75 0 0.35 0.64 0.19 27.02 0.57 0.55
Hex CE 86 4B 0 23 40 13 1B 39 37
Octal 316 206 113 0 43 100 23 33 71 67
Binary 11001110 10000110 1001011 0 100011 1000000 10011 11011 111001 110111

Color Harmonies of #CE864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE864B

Black with #CE864B

Text Example


Text Example

White with #CE864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE864B; }

 p { color: rgb(206,134,75); }

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

background-color css

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

 a { background-color: rgb(206,134,75); }

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

border-color css

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

 span { border-color: rgb(206,134,75); }

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