Html Css Color HEX #CB4B05 Tenne (Tawny)

📋 copy color: '#CB4B05'

red 203 ◦ green 75 ◦ blue 5

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

Shades of Tenne (Tawny) #CB4B05

Tints of Tenne (Tawny) #CB4B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 71.73%
G = 26.5%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB4B05 (or 0xCB4B05) is known color: Tenne (Tawny). HEX triplet: CB, 4B and 05. RGB value is (203,75,5). Sum of RGB (Red+Green+Blue) = 203+75+5=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B05 is #34B4FA. Grayscale: #696969. Windows color (decimal): -3454203 or 347083. OLE color: 347083.

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

Color convert

RGB 203 75 5 -
CMYK 0 0.63 0.98 0.20
HSL 21.21º 0.95% 0.41% -
HSV(B) 21.21º 0.98% 0.8% -
XYZ 27.17 17.74 2.14 -
YUV 105.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 203 75 5 0 0.63 0.98 0.20 21.21 0.95 0.41
Hex CB 4B 5 0 3F 62 14 15 5F 29
Octal 313 113 5 0 77 142 24 25 137 51
Binary 11001011 1001011 101 0 111111 1100010 10100 10101 1011111 101001

Color Harmonies of #CB4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B05

Black with #CB4B05

Text Example


Text Example

White with #CB4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B05; }

 p { color: rgb(203,75,5); }

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

background-color css

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

 a { background-color: rgb(203,75,5); }

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

border-color css

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

 span { border-color: rgb(203,75,5); }

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