Html Css Color HEX #CD7B70 New York Pink

📋 copy color: '#CD7B70'

red 205 ◦ green 123 ◦ blue 112

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

Shades of New York Pink #CD7B70

Tints of New York Pink #CD7B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 46.59%
G = 27.95%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD7B70 (or 0xCD7B70) is known color: New York Pink. HEX triplet: CD, 7B and 70. RGB value is (205,123,112). Sum of RGB (Red+Green+Blue) = 205+123+112=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B70 is #32848F. Grayscale: #929292. Windows color (decimal): -3310736 or 7371725. OLE color: 7371725.

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

Color convert

RGB 205 123 112 -
CMYK 0 0.4 0.45 0.20
HSL 7.1º 0.48% 0.62% -
HSV(B) 7.1º 0.45% 0.8% -
XYZ 35.18 28.31 18.94 -
YUV 146.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 205 123 112 0 0.4 0.45 0.20 7.1 0.48 0.62
Hex CD 7B 70 0 28 2D 14 7 30 3E
Octal 315 173 160 0 50 55 24 7 60 76
Binary 11001101 1111011 1110000 0 101000 101101 10100 111 110000 111110

Color Harmonies of #CD7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B70

Black with #CD7B70

Text Example


Text Example

White with #CD7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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