Html Css Color HEX #CB6130 Chilean Fire

📋 copy color: '#CB6130'

red 203 ◦ green 97 ◦ blue 48

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

Shades of Chilean Fire #CB6130

Tints of Chilean Fire #CB6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 58.33%
G = 27.87%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6130 (or 0xCB6130) is known color: Chilean Fire. HEX triplet: CB, 61 and 30. RGB value is (203,97,48). Sum of RGB (Red+Green+Blue) = 203+97+48=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6130 is #349ECF. Grayscale: #7B7B7B. Windows color (decimal): -3448528 or 3170763. OLE color: 3170763.

HSL color Cylindrical-coordinate representation of color #CB6130: hue angle of 18.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6130 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 48 -
CMYK 0 0.52 0.76 0.20
HSL 18.97º 0.62% 0.49% -
HSV(B) 18.97º 0.76% 0.8% -
XYZ 29.44 21.46 5.39 -
YUV 123.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 203 97 48 0 0.52 0.76 0.20 18.97 0.62 0.49
Hex CB 61 30 0 34 4C 14 13 3E 31
Octal 313 141 60 0 64 114 24 23 76 61
Binary 11001011 1100001 110000 0 110100 1001100 10100 10011 111110 110001

Color Harmonies of #CB6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6130

Black with #CB6130

Text Example


Text Example

White with #CB6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6130; }

 p { color: rgb(203,97,48); }

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

background-color css

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

 a { background-color: rgb(203,97,48); }

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

border-color css

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

 span { border-color: rgb(203,97,48); }

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