Html Css Color HEX #C6CDBB Harp

📋 copy color: '#C6CDBB'

red 198 ◦ green 205 ◦ blue 187

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

Shades of Harp #C6CDBB

Tints of Harp #C6CDBB

RGB

 RED value IS 198 (77.73% from 255) = 33.56%

 GREEN value IS 205 (80.47% from 255) = 34.75%

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

R = 33.56%
G = 34.75%
B = 31.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C6CDBB (or 0xC6CDBB) is known color: Harp. HEX triplet: C6, CD and BB. RGB value is (198,205,187). Sum of RGB (Red+Green+Blue) = 198+205+187=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDBB is #393244. Grayscale: #C8C8C8. Windows color (decimal): -3748421 or 12307910. OLE color: 12307910.

HSL color Cylindrical-coordinate representation of color #C6CDBB: hue angle of 83.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CDBB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 187 -
CMYK 0.03 0 0.09 0.20
HSL 83.33º 0.15% 0.77% -
HSV(B) 83.33º 0.09% 0.8% -
XYZ 54.09 59.26 55.6 -
YUV 200.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 198 205 187 0.03 0 0.09 0.20 83.33 0.15 0.77
Hex C6 CD BB 3 0 9 14 53 F 4D
Octal 306 315 273 3 0 11 24 123 17 115
Binary 11000110 11001101 10111011 11 0 1001 10100 1010011 1111 1001101

Color Harmonies of #C6CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDBB

Black with #C6CDBB

Text Example


Text Example

White with #C6CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDBB; }

 p { color: rgb(198,205,187); }

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

background-color css

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

 a { background-color: rgb(198,205,187); }

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

border-color css

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

 span { border-color: rgb(198,205,187); }

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