Html Css Color HEX #C7CCBF Harp

📋 copy color: '#C7CCBF'

red 199 ◦ green 204 ◦ blue 191

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

Shades of Harp #C7CCBF

Tints of Harp #C7CCBF

RGB

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

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

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

R = 33.5%
G = 34.34%
B = 32.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#C7CCBF (or 0xC7CCBF) is known color: Harp. HEX triplet: C7, CC and BF. RGB value is (199,204,191). Sum of RGB (Red+Green+Blue) = 199+204+191=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBF is #383340. Grayscale: #C9C9C9. Windows color (decimal): -3683137 or 12569799. OLE color: 12569799.

HSL color Cylindrical-coordinate representation of color #C7CCBF: hue angle of 83.08º 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 #C7CCBF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 191 -
CMYK 0.02 0 0.06 0.2
HSL 83.08º 0.11% 0.77% -
HSV(B) 83.08º 0.06% 0.8% -
XYZ 54.55 59.09 57.82 -
YUV 201.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 199 204 191 0.02 0 0.06 0.2 83.08 0.11 0.77
Hex C7 CC BF 2 0 6 14 53 B 4D
Octal 307 314 277 2 0 6 24 123 13 115
Binary 11000111 11001100 10111111 10 0 110 10100 1010011 1011 1001101

Color Harmonies of #C7CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCBF

Black with #C7CCBF

Text Example


Text Example

White with #C7CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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