Html Css Color HEX #C89096 Careys Pink

📋 copy color: '#C89096'

red 200 ◦ green 144 ◦ blue 150

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

Shades of Careys Pink #C89096

Tints of Careys Pink #C89096

RGB

 RED value IS 200 (78.52% from 255) = 40.49%

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

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

R = 40.49%
G = 29.15%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C89096 (or 0xC89096) is known color: Careys Pink. HEX triplet: C8, 90 and 96. RGB value is (200,144,150). Sum of RGB (Red+Green+Blue) = 200+144+150=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89096 is #376F69. Grayscale: #A1A1A1. Windows color (decimal): -3633002 or 9867464. OLE color: 9867464.

HSL color Cylindrical-coordinate representation of color #C89096: hue angle of 353.57º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89096 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 150 -
CMYK 0 0.28 0.25 0.22
HSL 353.57º 0.34% 0.67% -
HSV(B) 353.57º 0.28% 0.78% -
XYZ 39.3 34.43 33.43 -
YUV 161.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 200 144 150 0 0.28 0.25 0.22 353.57 0.34 0.67
Hex C8 90 96 0 1C 19 16 162 22 43
Octal 310 220 226 0 34 31 26 542 42 103
Binary 11001000 10010000 10010110 0 11100 11001 10110 101100010 100010 1000011

Color Harmonies of #C89096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89096

Black with #C89096

Text Example


Text Example

White with #C89096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89096; }

 p { color: rgb(200,144,150); }

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

background-color css

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

 a { background-color: rgb(200,144,150); }

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

border-color css

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

 span { border-color: rgb(200,144,150); }

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