Html Css Color HEX #CA4742 Sunset

📋 copy color: '#CA4742'

red 202 ◦ green 71 ◦ blue 66

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

Shades of Sunset #CA4742

Tints of Sunset #CA4742

RGB

 RED value IS 202 (79.3% from 255) = 59.59%

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 59.59%
G = 20.94%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA4742 (or 0xCA4742) is known color: Sunset. HEX triplet: CA, 47 and 42. RGB value is (202,71,66). Sum of RGB (Red+Green+Blue) = 202+71+66=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4742 is #35B8BD. Grayscale: #6D6D6D. Windows color (decimal): -3520702 or 4343754. OLE color: 4343754.

HSL color Cylindrical-coordinate representation of color #CA4742: hue angle of 2.21º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4742 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 66 -
CMYK 0 0.65 0.67 0.21
HSL 2.21º 0.56% 0.53% -
HSV(B) 2.21º 0.67% 0.79% -
XYZ 27.59 17.46 7.07 -
YUV 109.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 202 71 66 0 0.65 0.67 0.21 2.21 0.56 0.53
Hex CA 47 42 0 41 43 15 2 38 35
Octal 312 107 102 0 101 103 25 2 70 65
Binary 11001010 1000111 1000010 0 1000001 1000011 10101 10 111000 110101

Color Harmonies of #CA4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4742

Black with #CA4742

Text Example


Text Example

White with #CA4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4742; }

 p { color: rgb(202,71,66); }

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

background-color css

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

 a { background-color: rgb(202,71,66); }

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

border-color css

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

 span { border-color: rgb(202,71,66); }

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