Html Css Color HEX #CA7D75 Sea Pink

📋 copy color: '#CA7D75'

red 202 ◦ green 125 ◦ blue 117

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

Shades of Sea Pink #CA7D75

Tints of Sea Pink #CA7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 45.5%
G = 28.15%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7D75 (or 0xCA7D75) is known color: Sea Pink. HEX triplet: CA, 7D and 75. RGB value is (202,125,117). Sum of RGB (Red+Green+Blue) = 202+125+117=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D75 is #35828A. Grayscale: #939393. Windows color (decimal): -3506827 or 7699914. OLE color: 7699914.

HSL color Cylindrical-coordinate representation of color #CA7D75: hue angle of 5.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7D75 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 117 -
CMYK 0 0.38 0.42 0.21
HSL 5.65º 0.45% 0.63% -
HSV(B) 5.65º 0.42% 0.79% -
XYZ 34.9 28.51 20.49 -
YUV 147.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 202 125 117 0 0.38 0.42 0.21 5.65 0.45 0.63
Hex CA 7D 75 0 26 2A 15 6 2D 3F
Octal 312 175 165 0 46 52 25 6 55 77
Binary 11001010 1111101 1110101 0 100110 101010 10101 110 101101 111111

Color Harmonies of #CA7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D75

Black with #CA7D75

Text Example


Text Example

White with #CA7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D75; }

 p { color: rgb(202,125,117); }

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

background-color css

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

 a { background-color: rgb(202,125,117); }

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

border-color css

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

 span { border-color: rgb(202,125,117); }

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