Html Css Color HEX #CB630F Chocolate

📋 copy color: '#CB630F'

red 203 ◦ green 99 ◦ blue 15

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

Shades of Chocolate #CB630F

Tints of Chocolate #CB630F

RGB

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

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

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

R = 64.04%
G = 31.23%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB630F (or 0xCB630F) is known color: Chocolate. HEX triplet: CB, 63 and 0F. RGB value is (203,99,15). Sum of RGB (Red+Green+Blue) = 203+99+15=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB630F is #349CF0. Grayscale: #787878. Windows color (decimal): -3448049 or 1008587. OLE color: 1008587.

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

Color convert

RGB 203 99 15 -
CMYK 0 0.51 0.93 0.20
HSL 26.81º 0.86% 0.43% -
HSV(B) 26.81º 0.93% 0.8% -
XYZ 29.18 21.65 3.09 -
YUV 120.52 68.46 186.83 -
System Red Green Blue C M Y K H S L
Decimal 203 99 15 0 0.51 0.93 0.20 26.81 0.86 0.43
Hex CB 63 F 0 33 5D 14 1B 56 2B
Octal 313 143 17 0 63 135 24 33 126 53
Binary 11001011 1100011 1111 0 110011 1011101 10100 11011 1010110 101011

Color Harmonies of #CB630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB630F

Black with #CB630F

Text Example


Text Example

White with #CB630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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