Html Css Color HEX #CF8F90 Careys Pink

📋 copy color: '#CF8F90'

red 207 ◦ green 143 ◦ blue 144

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

Shades of Careys Pink #CF8F90

Tints of Careys Pink #CF8F90

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 41.9%
G = 28.95%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF8F90 (or 0xCF8F90) is known color: Careys Pink. HEX triplet: CF, 8F and 90. RGB value is (207,143,144). Sum of RGB (Red+Green+Blue) = 207+143+144=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8F90 is #30706F. Grayscale: #A2A2A2. Windows color (decimal): -3174512 or 9473999. OLE color: 9473999.

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

Color convert

RGB 207 143 144 -
CMYK 0 0.31 0.30 0.19
HSL 359.06º 0.4% 0.69% -
HSV(B) 359.06º 0.31% 0.81% -
XYZ 40.59 34.92 30.99 -
YUV 162.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 207 143 144 0 0.31 0.30 0.19 359.06 0.4 0.69
Hex CF 8F 90 0 1F 1E 13 167 28 45
Octal 317 217 220 0 37 36 23 547 50 105
Binary 11001111 10001111 10010000 0 11111 11110 10011 101100111 101000 1000101

Color Harmonies of #CF8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F90

Black with #CF8F90

Text Example


Text Example

White with #CF8F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F90; }

 p { color: rgb(207,143,144); }

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

background-color css

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

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

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

border-color css

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

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

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