Html Css Color HEX #C7CCB3 Harp

📋 copy color: '#C7CCB3'

red 199 ◦ green 204 ◦ blue 179

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

Shades of Harp #C7CCB3

Tints of Harp #C7CCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.76%

R = 34.19%
G = 35.05%
B = 30.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#C7CCB3 (or 0xC7CCB3) is known color: Harp. HEX triplet: C7, CC and B3. RGB value is (199,204,179). Sum of RGB (Red+Green+Blue) = 199+204+179=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCB3 is #38334C. Grayscale: #C7C7C7. Windows color (decimal): -3683149 or 11783367. OLE color: 11783367.

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

Color convert

RGB 199 204 179 -
CMYK 0.02 0 0.12 0.2
HSL 72º 0.2% 0.75% -
HSV(B) 72º 0.12% 0.8% -
XYZ 53.28 58.58 51.15 -
YUV 199.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 199 204 179 0.02 0 0.12 0.2 72 0.2 0.75
Hex C7 CC B3 2 0 C 14 48 14 4B
Octal 307 314 263 2 0 14 24 110 24 113
Binary 11000111 11001100 10110011 10 0 1100 10100 1001000 10100 1001011

Color Harmonies of #C7CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCB3

Black with #C7CCB3

Text Example


Text Example

White with #C7CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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