Html Css Color HEX #CB570F Tenne (Tawny)

📋 copy color: '#CB570F'

red 203 ◦ green 87 ◦ blue 15

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

Shades of Tenne (Tawny) #CB570F

Tints of Tenne (Tawny) #CB570F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 66.56%
G = 28.52%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB570F (or 0xCB570F) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 0F. RGB value is (203,87,15). Sum of RGB (Red+Green+Blue) = 203+87+15=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB570F is #34A8F0. Grayscale: #717171. Windows color (decimal): -3451121 or 1005515. OLE color: 1005515.

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

Color convert

RGB 203 87 15 -
CMYK 0 0.57 0.93 0.20
HSL 22.98º 0.86% 0.43% -
HSV(B) 22.98º 0.93% 0.8% -
XYZ 28.12 19.55 2.74 -
YUV 113.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 203 87 15 0 0.57 0.93 0.20 22.98 0.86 0.43
Hex CB 57 F 0 39 5D 14 17 56 2B
Octal 313 127 17 0 71 135 24 27 126 53
Binary 11001011 1010111 1111 0 111001 1011101 10100 10111 1010110 101011

Color Harmonies of #CB570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB570F

Black with #CB570F

Text Example


Text Example

White with #CB570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB570F; }

 p { color: rgb(203,87,15); }

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

background-color css

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

 a { background-color: rgb(203,87,15); }

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

border-color css

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

 span { border-color: rgb(203,87,15); }

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