Html Css Color HEX #CB7758 Japonica

📋 copy color: '#CB7758'

red 203 ◦ green 119 ◦ blue 88

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

Shades of Japonica #CB7758

Tints of Japonica #CB7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

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

R = 49.51%
G = 29.02%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7758 (or 0xCB7758) is known color: Japonica. HEX triplet: CB, 77 and 58. RGB value is (203,119,88). Sum of RGB (Red+Green+Blue) = 203+119+88=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7758 is #3488A7. Grayscale: #8C8C8C. Windows color (decimal): -3442856 or 5797835. OLE color: 5797835.

HSL color Cylindrical-coordinate representation of color #CB7758: hue angle of 16.17º 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 #CB7758 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 88 -
CMYK 0 0.41 0.57 0.20
HSL 16.17º 0.53% 0.57% -
HSV(B) 16.17º 0.57% 0.8% -
XYZ 32.99 26.59 12.63 -
YUV 140.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 203 119 88 0 0.41 0.57 0.20 16.17 0.53 0.57
Hex CB 77 58 0 29 39 14 10 35 39
Octal 313 167 130 0 51 71 24 20 65 71
Binary 11001011 1110111 1011000 0 101001 111001 10100 10000 110101 111001

Color Harmonies of #CB7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7758

Black with #CB7758

Text Example


Text Example

White with #CB7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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