Html Css Color HEX #CB510A Tenne (Tawny)

📋 copy color: '#CB510A'

red 203 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #CB510A

Tints of Tenne (Tawny) #CB510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 69.05%
G = 27.55%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB510A (or 0xCB510A) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 0A. RGB value is (203,81,10). Sum of RGB (Red+Green+Blue) = 203+81+10=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB510A is #34AEF5. Grayscale: #6D6D6D. Windows color (decimal): -3452662 or 676299. OLE color: 676299.

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

Color convert

RGB 203 81 10 -
CMYK 0 0.60 0.95 0.20
HSL 22.07º 0.91% 0.42% -
HSV(B) 22.07º 0.95% 0.8% -
XYZ 27.63 18.6 2.42 -
YUV 109.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 203 81 10 0 0.60 0.95 0.20 22.07 0.91 0.42
Hex CB 51 A 0 3C 5F 14 16 5B 2A
Octal 313 121 12 0 74 137 24 26 133 52
Binary 11001011 1010001 1010 0 111100 1011111 10100 10110 1011011 101010

Color Harmonies of #CB510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB510A

Black with #CB510A

Text Example


Text Example

White with #CB510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB510A; }

 p { color: rgb(203,81,10); }

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

background-color css

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

 a { background-color: rgb(203,81,10); }

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

border-color css

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

 span { border-color: rgb(203,81,10); }

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