Html Css Color HEX #CD999A Careys Pink

📋 copy color: '#CD999A'

red 205 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #CD999A

Tints of Careys Pink #CD999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 40.04%
G = 29.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD999A (or 0xCD999A) is known color: Careys Pink. HEX triplet: CD, 99 and 9A. RGB value is (205,153,154). Sum of RGB (Red+Green+Blue) = 205+153+154=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD999A is #326665. Grayscale: #A8A8A8. Windows color (decimal): -3303014 or 10131917. OLE color: 10131917.

HSL color Cylindrical-coordinate representation of color #CD999A: hue angle of 358.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD999A is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 154 -
CMYK 0 0.25 0.25 0.20
HSL 358.85º 0.34% 0.7% -
HSV(B) 358.85º 0.25% 0.8% -
XYZ 42.4 38.09 35.69 -
YUV 168.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 205 153 154 0 0.25 0.25 0.20 358.85 0.34 0.7
Hex CD 99 9A 0 19 19 14 167 22 46
Octal 315 231 232 0 31 31 24 547 42 106
Binary 11001101 10011001 10011010 0 11001 11001 10100 101100111 100010 1000110

Color Harmonies of #CD999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD999A

Black with #CD999A

Text Example


Text Example

White with #CD999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD999A; }

 p { color: rgb(205,153,154); }

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

background-color css

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

 a { background-color: rgb(205,153,154); }

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

border-color css

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

 span { border-color: rgb(205,153,154); }

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