Html Css Color HEX #CF7D7D Sea Pink

📋 copy color: '#CF7D7D'

red 207 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #CF7D7D

Tints of Sea Pink #CF7D7D

RGB

 RED value IS 207 (81.25% from 255) = 45.3%

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 45.3%
G = 27.35%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF7D7D (or 0xCF7D7D) is known color: Sea Pink. HEX triplet: CF, 7D and 7D. RGB value is (207,125,125). Sum of RGB (Red+Green+Blue) = 207+125+125=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D7D is #308282. Grayscale: #959595. Windows color (decimal): -3179139 or 8224207. OLE color: 8224207.

HSL color Cylindrical-coordinate representation of color #CF7D7D: hue angle of 0º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D7D is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 125 -
CMYK 0 0.40 0.40 0.19
HSL 0.46% 0.65% -
HSV(B) 0.4% 0.81% -
XYZ 36.77 29.41 23.14 -
YUV 149.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 207 125 125 0 0.40 0.40 0.19 0 0.46 0.65
Hex CF 7D 7D 0 28 28 13 0 2E 41
Octal 317 175 175 0 50 50 23 0 56 101
Binary 11001111 1111101 1111101 0 101000 101000 10011 0 101110 1000001

Color Harmonies of #CF7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D7D

Black with #CF7D7D

Text Example


Text Example

White with #CF7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D7D; }

 p { color: rgb(207,125,125); }

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

background-color css

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

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

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

border-color css

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

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

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