Html Css Color HEX #C69398 Careys Pink

📋 copy color: '#C69398'

red 198 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #C69398

Tints of Careys Pink #C69398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 39.84%
G = 29.58%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C69398 (or 0xC69398) is known color: Careys Pink. HEX triplet: C6, 93 and 98. RGB value is (198,147,152). Sum of RGB (Red+Green+Blue) = 198+147+152=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C69398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69398 is #396C67. Grayscale: #A2A2A2. Windows color (decimal): -3763304 or 9999302. OLE color: 9999302.

HSL color Cylindrical-coordinate representation of color #C69398: hue angle of 354.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69398 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 152 -
CMYK 0 0.26 0.23 0.22
HSL 354.12º 0.31% 0.68% -
HSV(B) 354.12º 0.26% 0.78% -
XYZ 39.39 35.14 34.41 -
YUV 162.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 198 147 152 0 0.26 0.23 0.22 354.12 0.31 0.68
Hex C6 93 98 0 1A 17 16 162 1F 44
Octal 306 223 230 0 32 27 26 542 37 104
Binary 11000110 10010011 10011000 0 11010 10111 10110 101100010 11111 1000100

Color Harmonies of #C69398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69398

Black with #C69398

Text Example


Text Example

White with #C69398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69398; }

 p { color: rgb(198,147,152); }

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

background-color css

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

 a { background-color: rgb(198,147,152); }

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

border-color css

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

 span { border-color: rgb(198,147,152); }

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