Html Css Color HEX #C08F90 Careys Pink

📋 copy color: '#C08F90'

red 192 ◦ green 143 ◦ blue 144

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

Shades of Careys Pink #C08F90

Tints of Careys Pink #C08F90

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

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

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

R = 40.08%
G = 29.85%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C08F90 (or 0xC08F90) is known color: Careys Pink. HEX triplet: C0, 8F and 90. RGB value is (192,143,144). Sum of RGB (Red+Green+Blue) = 192+143+144=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F90 is #3F706F. Grayscale: #9D9D9D. Windows color (decimal): -4157552 or 9473984. OLE color: 9473984.

HSL color Cylindrical-coordinate representation of color #C08F90: hue angle of 358.78º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08F90 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 144 -
CMYK 0 0.26 0.25 0.25
HSL 358.78º 0.28% 0.66% -
HSV(B) 358.78º 0.26% 0.75% -
XYZ 36.59 32.87 30.8 -
YUV 157.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 192 143 144 0 0.26 0.25 0.25 358.78 0.28 0.66
Hex C0 8F 90 0 1A 19 19 167 1C 42
Octal 300 217 220 0 32 31 31 547 34 102
Binary 11000000 10001111 10010000 0 11010 11001 11001 101100111 11100 1000010

Color Harmonies of #C08F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F90

Black with #C08F90

Text Example


Text Example

White with #C08F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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