Html Css Color HEX #CF7B7A Sea Pink

📋 copy color: '#CF7B7A'

red 207 ◦ green 123 ◦ blue 122

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

Shades of Sea Pink #CF7B7A

Tints of Sea Pink #CF7B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 45.8%
G = 27.21%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF7B7A (or 0xCF7B7A) is known color: Sea Pink. HEX triplet: CF, 7B and 7A. RGB value is (207,123,122). Sum of RGB (Red+Green+Blue) = 207+123+122=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B7A is #308485. Grayscale: #949494. Windows color (decimal): -3179654 or 8027087. OLE color: 8027087.

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

Color convert

RGB 207 123 122 -
CMYK 0 0.41 0.41 0.19
HSL 0.71º 0.47% 0.65% -
HSV(B) 0.71º 0.41% 0.81% -
XYZ 36.33 28.84 22.06 -
YUV 148 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 207 123 122 0 0.41 0.41 0.19 0.71 0.47 0.65
Hex CF 7B 7A 0 29 29 13 1 2F 41
Octal 317 173 172 0 51 51 23 1 57 101
Binary 11001111 1111011 1111010 0 101001 101001 10011 1 101111 1000001

Color Harmonies of #CF7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B7A

Black with #CF7B7A

Text Example


Text Example

White with #CF7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B7A; }

 p { color: rgb(207,123,122); }

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

background-color css

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

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

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

border-color css

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

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

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