Html Css Color HEX #CE630F Chocolate

📋 copy color: '#CE630F'

red 206 ◦ green 99 ◦ blue 15

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

Shades of Chocolate #CE630F

Tints of Chocolate #CE630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 64.38%
G = 30.94%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE630F (or 0xCE630F) is known color: Chocolate. HEX triplet: CE, 63 and 0F. RGB value is (206,99,15). Sum of RGB (Red+Green+Blue) = 206+99+15=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630F is #319CF0. Grayscale: #797979. Windows color (decimal): -3251441 or 1008590. OLE color: 1008590.

HSL color Cylindrical-coordinate representation of color #CE630F: hue angle of 26.39º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE630F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 15 -
CMYK 0 0.52 0.93 0.19
HSL 26.39º 0.86% 0.43% -
HSV(B) 26.39º 0.93% 0.81% -
XYZ 30 22.08 3.13 -
YUV 121.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 206 99 15 0 0.52 0.93 0.19 26.39 0.86 0.43
Hex CE 63 F 0 34 5D 13 1A 56 2B
Octal 316 143 17 0 64 135 23 32 126 53
Binary 11001110 1100011 1111 0 110100 1011101 10011 11010 1010110 101011

Color Harmonies of #CE630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE630F

Black with #CE630F

Text Example


Text Example

White with #CE630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE630F; }

 p { color: rgb(206,99,15); }

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

background-color css

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

 a { background-color: rgb(206,99,15); }

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

border-color css

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

 span { border-color: rgb(206,99,15); }

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