Html Css Color HEX #CF9293 Careys Pink

📋 copy color: '#CF9293'

red 207 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #CF9293

Tints of Careys Pink #CF9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 41.4%
G = 29.2%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9293 (or 0xCF9293) is known color: Careys Pink. HEX triplet: CF, 92 and 93. RGB value is (207,146,147). Sum of RGB (Red+Green+Blue) = 207+146+147=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9293 is #306D6C. Grayscale: #A4A4A4. Windows color (decimal): -3173741 or 9671375. OLE color: 9671375.

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

Color convert

RGB 207 146 147 -
CMYK 0 0.29 0.29 0.19
HSL 359.02º 0.39% 0.69% -
HSV(B) 359.02º 0.29% 0.81% -
XYZ 41.28 35.93 32.36 -
YUV 164.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 207 146 147 0 0.29 0.29 0.19 359.02 0.39 0.69
Hex CF 92 93 0 1D 1D 13 167 27 45
Octal 317 222 223 0 35 35 23 547 47 105
Binary 11001111 10010010 10010011 0 11101 11101 10011 101100111 100111 1000101

Color Harmonies of #CF9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9293

Black with #CF9293

Text Example


Text Example

White with #CF9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9293; }

 p { color: rgb(207,146,147); }

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

background-color css

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

 a { background-color: rgb(207,146,147); }

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

border-color css

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

 span { border-color: rgb(207,146,147); }

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