Html Css Color HEX #CB5629 Chilean Fire

📋 copy color: '#CB5629'

red 203 ◦ green 86 ◦ blue 41

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

Shades of Chilean Fire #CB5629

Tints of Chilean Fire #CB5629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 61.52%
G = 26.06%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB5629 (or 0xCB5629) is known color: Chilean Fire. HEX triplet: CB, 56 and 29. RGB value is (203,86,41). Sum of RGB (Red+Green+Blue) = 203+86+41=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5629 is #34A9D6. Grayscale: #747474. Windows color (decimal): -3451351 or 2709195. OLE color: 2709195.

HSL color Cylindrical-coordinate representation of color #CB5629: hue angle of 16.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5629 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 41 -
CMYK 0 0.58 0.80 0.20
HSL 16.67º 0.66% 0.48% -
HSV(B) 16.67º 0.8% 0.8% -
XYZ 28.36 19.51 4.37 -
YUV 115.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 203 86 41 0 0.58 0.80 0.20 16.67 0.66 0.48
Hex CB 56 29 0 3A 50 14 11 42 30
Octal 313 126 51 0 72 120 24 21 102 60
Binary 11001011 1010110 101001 0 111010 1010000 10100 10001 1000010 110000

Color Harmonies of #CB5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5629

Black with #CB5629

Text Example


Text Example

White with #CB5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5629; }

 p { color: rgb(203,86,41); }

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

background-color css

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

 a { background-color: rgb(203,86,41); }

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

border-color css

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

 span { border-color: rgb(203,86,41); }

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