Html Css Color HEX #C7CCBB Harp

📋 copy color: '#C7CCBB'

red 199 ◦ green 204 ◦ blue 187

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

Shades of Harp #C7CCBB

Tints of Harp #C7CCBB

RGB

 RED value IS 199 (78.13% from 255) = 33.73%

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

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 33.73%
G = 34.58%
B = 31.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C7CCBB (or 0xC7CCBB) is known color: Harp. HEX triplet: C7, CC and BB. RGB value is (199,204,187). Sum of RGB (Red+Green+Blue) = 199+204+187=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBB is #383344. Grayscale: #C8C8C8. Windows color (decimal): -3683141 or 12307655. OLE color: 12307655.

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

Color convert

RGB 199 204 187 -
CMYK 0.02 0 0.08 0.2
HSL 77.65º 0.14% 0.77% -
HSV(B) 77.65º 0.08% 0.8% -
XYZ 54.12 58.92 55.53 -
YUV 200.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 199 204 187 0.02 0 0.08 0.2 77.65 0.14 0.77
Hex C7 CC BB 2 0 8 14 4E E 4D
Octal 307 314 273 2 0 10 24 116 16 115
Binary 11000111 11001100 10111011 10 0 1000 10100 1001110 1110 1001101

Color Harmonies of #C7CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCBB

Black with #C7CCBB

Text Example


Text Example

White with #C7CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCBB; }

 p { color: rgb(199,204,187); }

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

background-color css

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

 a { background-color: rgb(199,204,187); }

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

border-color css

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

 span { border-color: rgb(199,204,187); }

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