Html Css Color HEX #CF9396 Careys Pink

📋 copy color: '#CF9396'

red 207 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #CF9396

Tints of Careys Pink #CF9396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 41.07%
G = 29.17%
B = 29.76%

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

#CF9396 (or 0xCF9396) is known color: Careys Pink. HEX triplet: CF, 93 and 96. RGB value is (207,147,150). Sum of RGB (Red+Green+Blue) = 207+147+150=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9396 is #306C69. Grayscale: #A5A5A5. Windows color (decimal): -3173482 or 9868239. OLE color: 9868239.

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

Color convert

RGB 207 147 150 -
CMYK 0 0.29 0.28 0.19
HSL 357º 0.38% 0.69% -
HSV(B) 357º 0.29% 0.81% -
XYZ 41.67 36.33 33.67 -
YUV 165.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 207 147 150 0 0.29 0.28 0.19 357 0.38 0.69
Hex CF 93 96 0 1D 1C 13 165 26 45
Octal 317 223 226 0 35 34 23 545 46 105
Binary 11001111 10010011 10010110 0 11101 11100 10011 101100101 100110 1000101

Color Harmonies of #CF9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9396

Black with #CF9396

Text Example


Text Example

White with #CF9396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9396; }

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

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

background-color css

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

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

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

border-color css

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

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

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