Html Css Color HEX #CD7E7B Sea Pink

📋 copy color: '#CD7E7B'

red 205 ◦ green 126 ◦ blue 123

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

Shades of Sea Pink #CD7E7B

Tints of Sea Pink #CD7E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 45.15%
G = 27.75%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD7E7B (or 0xCD7E7B) is known color: Sea Pink. HEX triplet: CD, 7E and 7B. RGB value is (205,126,123). Sum of RGB (Red+Green+Blue) = 205+126+123=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E7B is #328184. Grayscale: #959595. Windows color (decimal): -3309957 or 8093389. OLE color: 8093389.

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

Color convert

RGB 205 126 123 -
CMYK 0 0.39 0.4 0.20
HSL 2.2º 0.45% 0.64% -
HSV(B) 2.2º 0.4% 0.8% -
XYZ 36.21 29.33 22.49 -
YUV 149.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 205 126 123 0 0.39 0.4 0.20 2.2 0.45 0.64
Hex CD 7E 7B 0 27 28 14 2 2D 40
Octal 315 176 173 0 47 50 24 2 55 100
Binary 11001101 1111110 1111011 0 100111 101000 10100 10 101101 1000000

Color Harmonies of #CD7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7E7B

Black with #CD7E7B

Text Example


Text Example

White with #CD7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7E7B; }

 p { color: rgb(205,126,123); }

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

background-color css

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

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

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

border-color css

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

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

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