Html Css Color HEX #C2504B Sunset

📋 copy color: '#C2504B'

red 194 ◦ green 80 ◦ blue 75

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

Shades of Sunset #C2504B

Tints of Sunset #C2504B

RGB

 RED value IS 194 (76.17% from 255) = 55.59%

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 55.59%
G = 22.92%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2504B (or 0xC2504B) is known color: Sunset. HEX triplet: C2, 50 and 4B. RGB value is (194,80,75). Sum of RGB (Red+Green+Blue) = 194+80+75=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2504B is #3DAFB4. Grayscale: #717171. Windows color (decimal): -4042677 or 4935874. OLE color: 4935874.

HSL color Cylindrical-coordinate representation of color #C2504B: hue angle of 2.52º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2504B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 75 -
CMYK 0 0.59 0.61 0.24
HSL 2.52º 0.49% 0.53% -
HSV(B) 2.52º 0.61% 0.76% -
XYZ 26.39 17.71 8.69 -
YUV 113.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 194 80 75 0 0.59 0.61 0.24 2.52 0.49 0.53
Hex C2 50 4B 0 3B 3D 18 3 31 35
Octal 302 120 113 0 73 75 30 3 61 65
Binary 11000010 1010000 1001011 0 111011 111101 11000 11 110001 110101

Color Harmonies of #C2504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2504B

Black with #C2504B

Text Example


Text Example

White with #C2504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2504B; }

 p { color: rgb(194,80,75); }

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

background-color css

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

 a { background-color: rgb(194,80,75); }

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

border-color css

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

 span { border-color: rgb(194,80,75); }

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