Html Css Color HEX #CB631E Chocolate

📋 copy color: '#CB631E'

red 203 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #CB631E

Tints of Chocolate #CB631E

RGB

 RED value IS 203 (79.69% from 255) = 61.14%

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 61.14%
G = 29.82%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB631E (or 0xCB631E) is known color: Chocolate. HEX triplet: CB, 63 and 1E. RGB value is (203,99,30). Sum of RGB (Red+Green+Blue) = 203+99+30=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB631E is #349CE1. Grayscale: #7A7A7A. Windows color (decimal): -3448034 or 1991627. OLE color: 1991627.

HSL color Cylindrical-coordinate representation of color #CB631E: hue angle of 23.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB631E is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 30 -
CMYK 0 0.51 0.85 0.20
HSL 23.93º 0.74% 0.46% -
HSV(B) 23.93º 0.85% 0.8% -
XYZ 29.32 21.71 3.87 -
YUV 122.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 203 99 30 0 0.51 0.85 0.20 23.93 0.74 0.46
Hex CB 63 1E 0 33 55 14 18 4A 2E
Octal 313 143 36 0 63 125 24 30 112 56
Binary 11001011 1100011 11110 0 110011 1010101 10100 11000 1001010 101110

Color Harmonies of #CB631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB631E

Black with #CB631E

Text Example


Text Example

White with #CB631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB631E; }

 p { color: rgb(203,99,30); }

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

background-color css

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

 a { background-color: rgb(203,99,30); }

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

border-color css

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

 span { border-color: rgb(203,99,30); }

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