Html Css Color HEX #CC98AC Kobi

📋 copy color: '#CC98AC'

red 204 ◦ green 152 ◦ blue 172

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

Shades of Kobi #CC98AC

Tints of Kobi #CC98AC

RGB

 RED value IS 204 (80.08% from 255) = 38.64%

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 38.64%
G = 28.79%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC98AC (or 0xCC98AC) is known color: Kobi. HEX triplet: CC, 98 and AC. RGB value is (204,152,172). Sum of RGB (Red+Green+Blue) = 204+152+172=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98AC is #336753. Grayscale: #A9A9A9. Windows color (decimal): -3368788 or 11311308. OLE color: 11311308.

HSL color Cylindrical-coordinate representation of color #CC98AC: hue angle of 336.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98AC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 172 -
CMYK 0 0.25 0.16 0.2
HSL 336.92º 0.34% 0.7% -
HSV(B) 336.92º 0.25% 0.8% -
XYZ 43.58 38.27 44.12 -
YUV 169.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 204 152 172 0 0.25 0.16 0.2 336.92 0.34 0.7
Hex CC 98 AC 0 19 10 14 151 22 46
Octal 314 230 254 0 31 20 24 521 42 106
Binary 11001100 10011000 10101100 0 11001 10000 10100 101010001 100010 1000110

Color Harmonies of #CC98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98AC

Black with #CC98AC

Text Example


Text Example

White with #CC98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98AC; }

 p { color: rgb(204,152,172); }

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

background-color css

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

 a { background-color: rgb(204,152,172); }

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

border-color css

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

 span { border-color: rgb(204,152,172); }

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