Html Css Color HEX #CA6358 Sunglo

📋 copy color: '#CA6358'

red 202 ◦ green 99 ◦ blue 88

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

Shades of Sunglo #CA6358

Tints of Sunglo #CA6358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

 BLUE value IS 88 (34.77% from 255) = 22.62%

R = 51.93%
G = 25.45%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA6358 (or 0xCA6358) is known color: Sunglo. HEX triplet: CA, 63 and 58. RGB value is (202,99,88). Sum of RGB (Red+Green+Blue) = 202+99+88=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6358 is #359CA7. Grayscale: #808080. Windows color (decimal): -3513512 or 5792714. OLE color: 5792714.

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

Color convert

RGB 202 99 88 -
CMYK 0 0.51 0.56 0.21
HSL 5.79º 0.52% 0.57% -
HSV(B) 5.79º 0.56% 0.79% -
XYZ 30.58 22.18 11.9 -
YUV 128.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 202 99 88 0 0.51 0.56 0.21 5.79 0.52 0.57
Hex CA 63 58 0 33 38 15 6 34 39
Octal 312 143 130 0 63 70 25 6 64 71
Binary 11001010 1100011 1011000 0 110011 111000 10101 110 110100 111001

Color Harmonies of #CA6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6358

Black with #CA6358

Text Example


Text Example

White with #CA6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6358; }

 p { color: rgb(202,99,88); }

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

background-color css

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

 a { background-color: rgb(202,99,88); }

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

border-color css

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

 span { border-color: rgb(202,99,88); }

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