Html Css Color HEX #CB4C00 Tenne (Tawny)

📋 copy color: '#CB4C00'

red 203 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #CB4C00

Tints of Tenne (Tawny) #CB4C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.76%
G = 27.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB4C00 (or 0xCB4C00) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 00. RGB value is (203,76,0). Sum of RGB (Red+Green+Blue) = 203+76+0=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C00 is #34B3FF. Grayscale: #696969. Windows color (decimal): -3453952 or 19659. OLE color: 19659.

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

Color convert

RGB 203 76 0 -
CMYK 0 0.63 1 0.20
HSL 22.46º 1% 0.4% -
HSV(B) 22.46º 1% 0.8% -
XYZ 27.21 17.87 2.01 -
YUV 105.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 203 76 0 0 0.63 1 0.20 22.46 1 0.4
Hex CB 4C 0 0 3F 64 14 16 64 28
Octal 313 114 0 0 77 144 24 26 144 50
Binary 11001011 1001100 0 0 111111 1100100 10100 10110 1100100 101000

Color Harmonies of #CB4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C00

Black with #CB4C00

Text Example


Text Example

White with #CB4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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