Html Css Color HEX #CB631B Chocolate

📋 copy color: '#CB631B'

red 203 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #CB631B

Tints of Chocolate #CB631B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 61.7%
G = 30.09%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB631B (or 0xCB631B) is known color: Chocolate. HEX triplet: CB, 63 and 1B. RGB value is (203,99,27). Sum of RGB (Red+Green+Blue) = 203+99+27=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB631B is #349CE4. Grayscale: #7A7A7A. Windows color (decimal): -3448037 or 1795019. OLE color: 1795019.

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

Color convert

RGB 203 99 27 -
CMYK 0 0.51 0.87 0.20
HSL 24.55º 0.77% 0.45% -
HSV(B) 24.55º 0.87% 0.8% -
XYZ 29.29 21.7 3.68 -
YUV 121.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 203 99 27 0 0.51 0.87 0.20 24.55 0.77 0.45
Hex CB 63 1B 0 33 57 14 19 4D 2D
Octal 313 143 33 0 63 127 24 31 115 55
Binary 11001011 1100011 11011 0 110011 1010111 10100 11001 1001101 101101

Color Harmonies of #CB631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB631B

Black with #CB631B

Text Example


Text Example

White with #CB631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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