Html Css Color HEX #CD7D77 Sea Pink

📋 copy color: '#CD7D77'

red 205 ◦ green 125 ◦ blue 119

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

Shades of Sea Pink #CD7D77

Tints of Sea Pink #CD7D77

RGB

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

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

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

R = 45.66%
G = 27.84%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7D77 (or 0xCD7D77) is known color: Sea Pink. HEX triplet: CD, 7D and 77. RGB value is (205,125,119). Sum of RGB (Red+Green+Blue) = 205+125+119=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D77 is #328288. Grayscale: #949494. Windows color (decimal): -3310217 or 7830989. OLE color: 7830989.

HSL color Cylindrical-coordinate representation of color #CD7D77: hue angle of 4.19º 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 #CD7D77 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 125 119 -
CMYK 0 0.39 0.42 0.20
HSL 4.19º 0.46% 0.64% -
HSV(B) 4.19º 0.42% 0.8% -
XYZ 35.84 28.98 21.16 -
YUV 148.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 205 125 119 0 0.39 0.42 0.20 4.19 0.46 0.64
Hex CD 7D 77 0 27 2A 14 4 2E 40
Octal 315 175 167 0 47 52 24 4 56 100
Binary 11001101 1111101 1110111 0 100111 101010 10100 100 101110 1000000

Color Harmonies of #CD7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D77

Black with #CD7D77

Text Example


Text Example

White with #CD7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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