Html Css Color HEX #CB4C10 Tenne (Tawny)

📋 copy color: '#CB4C10'

red 203 ◦ green 76 ◦ blue 16

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

Shades of Tenne (Tawny) #CB4C10

Tints of Tenne (Tawny) #CB4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 68.81%
G = 25.76%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB4C10 (or 0xCB4C10) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 10. RGB value is (203,76,16). Sum of RGB (Red+Green+Blue) = 203+76+16=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C10 is #34B3EF. Grayscale: #6B6B6B. Windows color (decimal): -3453936 or 1068235. OLE color: 1068235.

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

Color convert

RGB 203 76 16 -
CMYK 0 0.63 0.92 0.20
HSL 19.25º 0.85% 0.43% -
HSV(B) 19.25º 0.92% 0.8% -
XYZ 27.31 17.9 2.51 -
YUV 107.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 203 76 16 0 0.63 0.92 0.20 19.25 0.85 0.43
Hex CB 4C 10 0 3F 5C 14 13 55 2B
Octal 313 114 20 0 77 134 24 23 125 53
Binary 11001011 1001100 10000 0 111111 1011100 10100 10011 1010101 101011

Color Harmonies of #CB4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C10

Black with #CB4C10

Text Example


Text Example

White with #CB4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C10; }

 p { color: rgb(203,76,16); }

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

background-color css

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

 a { background-color: rgb(203,76,16); }

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

border-color css

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

 span { border-color: rgb(203,76,16); }

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