Html Css Color HEX #CC4341 Sunset

📋 copy color: '#CC4341'

red 204 ◦ green 67 ◦ blue 65

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

Shades of Sunset #CC4341

Tints of Sunset #CC4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 60.71%
G = 19.94%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4341 (or 0xCC4341) is known color: Sunset. HEX triplet: CC, 43 and 41. RGB value is (204,67,65). Sum of RGB (Red+Green+Blue) = 204+67+65=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4341 is #33BCBE. Grayscale: #6B6B6B. Windows color (decimal): -3390655 or 4277196. OLE color: 4277196.

HSL color Cylindrical-coordinate representation of color #CC4341: hue angle of 0.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4341 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 65 -
CMYK 0 0.67 0.68 0.2
HSL 0.86º 0.58% 0.53% -
HSV(B) 0.86º 0.68% 0.8% -
XYZ 27.86 17.23 6.86 -
YUV 107.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 204 67 65 0 0.67 0.68 0.2 0.86 0.58 0.53
Hex CC 43 41 0 43 44 14 1 3A 35
Octal 314 103 101 0 103 104 24 1 72 65
Binary 11001100 1000011 1000001 0 1000011 1000100 10100 1 111010 110101

Color Harmonies of #CC4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4341

Black with #CC4341

Text Example


Text Example

White with #CC4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4341; }

 p { color: rgb(204,67,65); }

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

background-color css

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

 a { background-color: rgb(204,67,65); }

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

border-color css

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

 span { border-color: rgb(204,67,65); }

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