Html Css Color HEX #C67B94 Hopbush

📋 copy color: '#C67B94'

red 198 ◦ green 123 ◦ blue 148

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

Shades of Hopbush #C67B94

Tints of Hopbush #C67B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 42.22%
G = 26.23%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C67B94 (or 0xC67B94) is known color: Hopbush. HEX triplet: C6, 7B and 94. RGB value is (198,123,148). Sum of RGB (Red+Green+Blue) = 198+123+148=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67B94 is #39846B. Grayscale: #949494. Windows color (decimal): -3769452 or 9731014. OLE color: 9731014.

HSL color Cylindrical-coordinate representation of color #C67B94: hue angle of 340º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67B94 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 123 148 -
CMYK 0 0.38 0.25 0.22
HSL 340º 0.4% 0.63% -
HSV(B) 340º 0.38% 0.78% -
XYZ 35.72 28.31 31.6 -
YUV 148.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 198 123 148 0 0.38 0.25 0.22 340 0.4 0.63
Hex C6 7B 94 0 26 19 16 154 28 3F
Octal 306 173 224 0 46 31 26 524 50 77
Binary 11000110 1111011 10010100 0 100110 11001 10110 101010100 101000 111111

Color Harmonies of #C67B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67B94

Black with #C67B94

Text Example


Text Example

White with #C67B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67B94; }

 p { color: rgb(198,123,148); }

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

background-color css

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

 a { background-color: rgb(198,123,148); }

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

border-color css

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

 span { border-color: rgb(198,123,148); }

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