Html Css Color HEX #CB610B Tenne (Tawny)

📋 copy color: '#CB610B'

red 203 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #CB610B

Tints of Tenne (Tawny) #CB610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 65.27%
G = 31.19%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB610B (or 0xCB610B) is known color: Tenne (Tawny). HEX triplet: CB, 61 and 0B. RGB value is (203,97,11). Sum of RGB (Red+Green+Blue) = 203+97+11=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB610B is #349EF4. Grayscale: #777777. Windows color (decimal): -3448565 or 745931. OLE color: 745931.

HSL color Cylindrical-coordinate representation of color #CB610B: hue angle of 26.88º 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 #CB610B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 11 -
CMYK 0 0.52 0.95 0.20
HSL 26.88º 0.9% 0.42% -
HSV(B) 26.88º 0.95% 0.8% -
XYZ 28.96 21.27 2.9 -
YUV 118.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 203 97 11 0 0.52 0.95 0.20 26.88 0.9 0.42
Hex CB 61 B 0 34 5F 14 1B 5A 2A
Octal 313 141 13 0 64 137 24 33 132 52
Binary 11001011 1100001 1011 0 110100 1011111 10100 11011 1011010 101010

Color Harmonies of #CB610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB610B

Black with #CB610B

Text Example


Text Example

White with #CB610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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