Html Css Color HEX #C68F91 Careys Pink

📋 copy color: '#C68F91'

red 198 ◦ green 143 ◦ blue 145

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

Shades of Careys Pink #C68F91

Tints of Careys Pink #C68F91

RGB

 RED value IS 198 (77.73% from 255) = 40.74%

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 40.74%
G = 29.42%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68F91 (or 0xC68F91) is known color: Careys Pink. HEX triplet: C6, 8F and 91. RGB value is (198,143,145). Sum of RGB (Red+Green+Blue) = 198+143+145=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F91 is #39706E. Grayscale: #9F9F9F. Windows color (decimal): -3764335 or 9539526. OLE color: 9539526.

HSL color Cylindrical-coordinate representation of color #C68F91: hue angle of 357.82º degrees, saturation: 0.33, 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 #C68F91 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 145 -
CMYK 0 0.28 0.27 0.22
HSL 357.82º 0.33% 0.67% -
HSV(B) 357.82º 0.28% 0.78% -
XYZ 38.22 33.7 31.28 -
YUV 159.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 198 143 145 0 0.28 0.27 0.22 357.82 0.33 0.67
Hex C6 8F 91 0 1C 1B 16 166 21 43
Octal 306 217 221 0 34 33 26 546 41 103
Binary 11000110 10001111 10010001 0 11100 11011 10110 101100110 100001 1000011

Color Harmonies of #C68F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F91

Black with #C68F91

Text Example


Text Example

White with #C68F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F91; }

 p { color: rgb(198,143,145); }

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

background-color css

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

 a { background-color: rgb(198,143,145); }

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

border-color css

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

 span { border-color: rgb(198,143,145); }

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