Html Css Color HEX #CF9295 Careys Pink

📋 copy color: '#CF9295'

red 207 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #CF9295

Tints of Careys Pink #CF9295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 41.24%
G = 29.08%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF9295 (or 0xCF9295) is known color: Careys Pink. HEX triplet: CF, 92 and 95. RGB value is (207,146,149). Sum of RGB (Red+Green+Blue) = 207+146+149=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9295 is #306D6A. Grayscale: #A4A4A4. Windows color (decimal): -3173739 or 9802447. OLE color: 9802447.

HSL color Cylindrical-coordinate representation of color #CF9295: hue angle of 357.05º 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 #CF9295 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 149 -
CMYK 0 0.29 0.28 0.19
HSL 357.05º 0.39% 0.69% -
HSV(B) 357.05º 0.29% 0.81% -
XYZ 41.44 35.99 33.2 -
YUV 164.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 207 146 149 0 0.29 0.28 0.19 357.05 0.39 0.69
Hex CF 92 95 0 1D 1C 13 165 27 45
Octal 317 222 225 0 35 34 23 545 47 105
Binary 11001111 10010010 10010101 0 11101 11100 10011 101100101 100111 1000101

Color Harmonies of #CF9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9295

Black with #CF9295

Text Example


Text Example

White with #CF9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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