Html Css Color HEX #CB5E02 Tenne (Tawny)

📋 copy color: '#CB5E02'

red 203 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #CB5E02

Tints of Tenne (Tawny) #CB5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 67.89%
G = 31.44%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB5E02 (or 0xCB5E02) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 02. RGB value is (203,94,2). Sum of RGB (Red+Green+Blue) = 203+94+2=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E02 is #34A1FD. Grayscale: #747474. Windows color (decimal): -3449342 or 155339. OLE color: 155339.

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

Color convert

RGB 203 94 2 -
CMYK 0 0.54 0.99 0.20
HSL 27.46º 0.98% 0.4% -
HSV(B) 27.46º 0.99% 0.8% -
XYZ 28.64 20.71 2.54 -
YUV 116.1 63.61 189.98 -
System Red Green Blue C M Y K H S L
Decimal 203 94 2 0 0.54 0.99 0.20 27.46 0.98 0.4
Hex CB 5E 2 0 36 63 14 1B 62 28
Octal 313 136 2 0 66 143 24 33 142 50
Binary 11001011 1011110 10 0 110110 1100011 10100 11011 1100010 101000

Color Harmonies of #CB5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E02

Black with #CB5E02

Text Example


Text Example

White with #CB5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E02; }

 p { color: rgb(203,94,2); }

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

background-color css

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

 a { background-color: rgb(203,94,2); }

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

border-color css

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

 span { border-color: rgb(203,94,2); }

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