Html Css Color HEX #C2574B Sunset

📋 copy color: '#C2574B'

red 194 ◦ green 87 ◦ blue 75

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

Shades of Sunset #C2574B

Tints of Sunset #C2574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 54.49%
G = 24.44%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2574B (or 0xC2574B) is known color: Sunset. HEX triplet: C2, 57 and 4B. RGB value is (194,87,75). Sum of RGB (Red+Green+Blue) = 194+87+75=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2574B is #3DA8B4. Grayscale: #757575. Windows color (decimal): -4040885 or 4937666. OLE color: 4937666.

HSL color Cylindrical-coordinate representation of color #C2574B: hue angle of 6.05º 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 #C2574B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 75 -
CMYK 0 0.55 0.61 0.24
HSL 6.05º 0.49% 0.53% -
HSV(B) 6.05º 0.61% 0.76% -
XYZ 26.93 18.79 8.86 -
YUV 117.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 194 87 75 0 0.55 0.61 0.24 6.05 0.49 0.53
Hex C2 57 4B 0 37 3D 18 6 31 35
Octal 302 127 113 0 67 75 30 6 61 65
Binary 11000010 1010111 1001011 0 110111 111101 11000 110 110001 110101

Color Harmonies of #C2574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2574B

Black with #C2574B

Text Example


Text Example

White with #C2574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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