Html Css Color HEX #C0CCBF Paris White

📋 copy color: '#C0CCBF'

red 192 ◦ green 204 ◦ blue 191

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

Shades of Paris White #C0CCBF

Tints of Paris White #C0CCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 191 (75% from 255) = 32.54%

R = 32.71%
G = 34.75%
B = 32.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#C0CCBF (or 0xC0CCBF) is known color: Paris White. HEX triplet: C0, CC and BF. RGB value is (192,204,191). Sum of RGB (Red+Green+Blue) = 192+204+191=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBF is #3F3340. Grayscale: #C6C6C6. Windows color (decimal): -4141889 or 12569792. OLE color: 12569792.

HSL color Cylindrical-coordinate representation of color #C0CCBF: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CCBF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 191 -
CMYK 0.06 0 0.06 0.2
HSL 115.38º 0.11% 0.77% -
HSV(B) 115.38º 0.06% 0.8% -
XYZ 52.74 58.15 57.74 -
YUV 198.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 192 204 191 0.06 0 0.06 0.2 115.38 0.11 0.77
Hex C0 CC BF 6 0 6 14 73 B 4D
Octal 300 314 277 6 0 6 24 163 13 115
Binary 11000000 11001100 10111111 110 0 110 10100 1110011 1011 1001101

Color Harmonies of #C0CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCBF

Black with #C0CCBF

Text Example


Text Example

White with #C0CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCBF; }

 p { color: rgb(192,204,191); }

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

background-color css

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

 a { background-color: rgb(192,204,191); }

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

border-color css

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

 span { border-color: rgb(192,204,191); }

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