Html Css Color HEX #CB7658 Japonica

📋 copy color: '#CB7658'

red 203 ◦ green 118 ◦ blue 88

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

Shades of Japonica #CB7658

Tints of Japonica #CB7658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 49.63%
G = 28.85%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7658 (or 0xCB7658) is known color: Japonica. HEX triplet: CB, 76 and 58. RGB value is (203,118,88). Sum of RGB (Red+Green+Blue) = 203+118+88=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7658 is #3489A7. Grayscale: #8C8C8C. Windows color (decimal): -3443112 or 5797579. OLE color: 5797579.

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

Color convert

RGB 203 118 88 -
CMYK 0 0.42 0.57 0.20
HSL 15.65º 0.53% 0.57% -
HSV(B) 15.65º 0.57% 0.8% -
XYZ 32.87 26.36 12.59 -
YUV 140 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 203 118 88 0 0.42 0.57 0.20 15.65 0.53 0.57
Hex CB 76 58 0 2A 39 14 10 35 39
Octal 313 166 130 0 52 71 24 20 65 71
Binary 11001011 1110110 1011000 0 101010 111001 10100 10000 110101 111001

Color Harmonies of #CB7658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7658

Black with #CB7658

Text Example


Text Example

White with #CB7658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7658; }

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

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

background-color css

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

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

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

border-color css

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

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

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