Html Css Color HEX #CC642E Chilean Fire

📋 copy color: '#CC642E'

red 204 ◦ green 100 ◦ blue 46

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

Shades of Chilean Fire #CC642E

Tints of Chilean Fire #CC642E

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 58.29%
G = 28.57%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC642E (or 0xCC642E) is known color: Chilean Fire. HEX triplet: CC, 64 and 2E. RGB value is (204,100,46). Sum of RGB (Red+Green+Blue) = 204+100+46=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC642E is #339BD1. Grayscale: #7D7D7D. Windows color (decimal): -3382226 or 3040460. OLE color: 3040460.

HSL color Cylindrical-coordinate representation of color #CC642E: hue angle of 20.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC642E is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 46 -
CMYK 0 0.51 0.77 0.2
HSL 20.51º 0.63% 0.49% -
HSV(B) 20.51º 0.77% 0.8% -
XYZ 29.95 22.15 5.28 -
YUV 124.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 204 100 46 0 0.51 0.77 0.2 20.51 0.63 0.49
Hex CC 64 2E 0 33 4D 14 15 3F 31
Octal 314 144 56 0 63 115 24 25 77 61
Binary 11001100 1100100 101110 0 110011 1001101 10100 10101 111111 110001

Color Harmonies of #CC642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC642E

Black with #CC642E

Text Example


Text Example

White with #CC642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC642E; }

 p { color: rgb(204,100,46); }

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

background-color css

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

 a { background-color: rgb(204,100,46); }

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

border-color css

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

 span { border-color: rgb(204,100,46); }

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