Html Css Color HEX #CC817D Sea Pink

📋 copy color: '#CC817D'

red 204 ◦ green 129 ◦ blue 125

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

Shades of Sea Pink #CC817D

Tints of Sea Pink #CC817D

RGB

 RED value IS 204 (80.08% from 255) = 44.54%

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 44.54%
G = 28.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC817D (or 0xCC817D) is known color: Sea Pink. HEX triplet: CC, 81 and 7D. RGB value is (204,129,125). Sum of RGB (Red+Green+Blue) = 204+129+125=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC817D is #337E82. Grayscale: #979797. Windows color (decimal): -3374723 or 8225228. OLE color: 8225228.

HSL color Cylindrical-coordinate representation of color #CC817D: hue angle of 3.04º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC817D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 125 -
CMYK 0 0.37 0.39 0.2
HSL 3.04º 0.44% 0.65% -
HSV(B) 3.04º 0.39% 0.8% -
XYZ 36.45 30.02 23.27 -
YUV 150.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 204 129 125 0 0.37 0.39 0.2 3.04 0.44 0.65
Hex CC 81 7D 0 25 27 14 3 2C 41
Octal 314 201 175 0 45 47 24 3 54 101
Binary 11001100 10000001 1111101 0 100101 100111 10100 11 101100 1000001

Color Harmonies of #CC817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC817D

Black with #CC817D

Text Example


Text Example

White with #CC817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC817D; }

 p { color: rgb(204,129,125); }

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

background-color css

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

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

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

border-color css

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

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

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