Html Css Color HEX #CD7777 Sea Pink

📋 copy color: '#CD7777'

red 205 ◦ green 119 ◦ blue 119

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

Shades of Sea Pink #CD7777

Tints of Sea Pink #CD7777

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 46.28%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7777 (or 0xCD7777) is known color: Sea Pink. HEX triplet: CD, 77 and 77. RGB value is (205,119,119). Sum of RGB (Red+Green+Blue) = 205+119+119=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7777 is #328888. Grayscale: #909090. Windows color (decimal): -3311753 or 7829453. OLE color: 7829453.

HSL color Cylindrical-coordinate representation of color #CD7777: hue angle of 0º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7777 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 119 -
CMYK 0 0.42 0.42 0.20
HSL 0.46% 0.64% -
HSV(B) 0.42% 0.8% -
XYZ 35.1 27.5 20.91 -
YUV 144.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 205 119 119 0 0.42 0.42 0.20 0 0.46 0.64
Hex CD 77 77 0 2A 2A 14 0 2E 40
Octal 315 167 167 0 52 52 24 0 56 100
Binary 11001101 1110111 1110111 0 101010 101010 10100 0 101110 1000000

Color Harmonies of #CD7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7777

Black with #CD7777

Text Example


Text Example

White with #CD7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7777; }

 p { color: rgb(205,119,119); }

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

background-color css

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

 a { background-color: rgb(205,119,119); }

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

border-color css

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

 span { border-color: rgb(205,119,119); }

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