Html Css Color HEX #CB630B Tenne (Tawny)

📋 copy color: '#CB630B'

red 203 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #CB630B

Tints of Tenne (Tawny) #CB630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 64.86%
G = 31.63%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB630B (or 0xCB630B) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 0B. RGB value is (203,99,11). Sum of RGB (Red+Green+Blue) = 203+99+11=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB630B is #349CF4. Grayscale: #787878. Windows color (decimal): -3448053 or 746443. OLE color: 746443.

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

Color convert

RGB 203 99 11 -
CMYK 0 0.51 0.95 0.20
HSL 27.5º 0.9% 0.42% -
HSV(B) 27.5º 0.95% 0.8% -
XYZ 29.15 21.64 2.96 -
YUV 120.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 203 99 11 0 0.51 0.95 0.20 27.5 0.9 0.42
Hex CB 63 B 0 33 5F 14 1C 5A 2A
Octal 313 143 13 0 63 137 24 34 132 52
Binary 11001011 1100011 1011 0 110011 1011111 10100 11100 1011010 101010

Color Harmonies of #CB630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB630B

Black with #CB630B

Text Example


Text Example

White with #CB630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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