Html Css Color HEX #CE671A Chocolate

📋 copy color: '#CE671A'

red 206 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #CE671A

Tints of Chocolate #CE671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 61.49%
G = 30.75%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE671A (or 0xCE671A) is known color: Chocolate. HEX triplet: CE, 67 and 1A. RGB value is (206,103,26). Sum of RGB (Red+Green+Blue) = 206+103+26=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE671A is #3198E5. Grayscale: #7D7D7D. Windows color (decimal): -3250406 or 1730510. OLE color: 1730510.

HSL color Cylindrical-coordinate representation of color #CE671A: hue angle of 25.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE671A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 26 -
CMYK 0 0.50 0.87 0.19
HSL 25.67º 0.78% 0.45% -
HSV(B) 25.67º 0.87% 0.81% -
XYZ 30.49 22.9 3.79 -
YUV 125.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 206 103 26 0 0.50 0.87 0.19 25.67 0.78 0.45
Hex CE 67 1A 0 32 57 13 1A 4E 2D
Octal 316 147 32 0 62 127 23 32 116 55
Binary 11001110 1100111 11010 0 110010 1010111 10011 11010 1001110 101101

Color Harmonies of #CE671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE671A

Black with #CE671A

Text Example


Text Example

White with #CE671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE671A; }

 p { color: rgb(206,103,26); }

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

background-color css

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

 a { background-color: rgb(206,103,26); }

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

border-color css

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

 span { border-color: rgb(206,103,26); }

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