Html Css Color HEX #CB7660 Japonica

📋 copy color: '#CB7660'

red 203 ◦ green 118 ◦ blue 96

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

Shades of Japonica #CB7660

Tints of Japonica #CB7660

RGB

 RED value IS 203 (79.69% from 255) = 48.68%

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 48.68%
G = 28.3%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB7660 (or 0xCB7660) is known color: Japonica. HEX triplet: CB, 76 and 60. RGB value is (203,118,96). Sum of RGB (Red+Green+Blue) = 203+118+96=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7660 is #34899F. Grayscale: #8D8D8D. Windows color (decimal): -3443104 or 6321867. OLE color: 6321867.

HSL color Cylindrical-coordinate representation of color #CB7660: hue angle of 12.34º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB7660 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 118 96 -
CMYK 0 0.42 0.53 0.20
HSL 12.34º 0.51% 0.59% -
HSV(B) 12.34º 0.53% 0.8% -
XYZ 33.22 26.5 14.43 -
YUV 140.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 203 118 96 0 0.42 0.53 0.20 12.34 0.51 0.59
Hex CB 76 60 0 2A 35 14 C 33 3B
Octal 313 166 140 0 52 65 24 14 63 73
Binary 11001011 1110110 1100000 0 101010 110101 10100 1100 110011 111011

Color Harmonies of #CB7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7660

Black with #CB7660

Text Example


Text Example

White with #CB7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7660; }

 p { color: rgb(203,118,96); }

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

background-color css

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

 a { background-color: rgb(203,118,96); }

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

border-color css

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

 span { border-color: rgb(203,118,96); }

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