Html Css Color HEX #CB755E Japonica

📋 copy color: '#CB755E'

red 203 ◦ green 117 ◦ blue 94

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

Shades of Japonica #CB755E

Tints of Japonica #CB755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 49.03%
G = 28.26%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB755E (or 0xCB755E) is known color: Japonica. HEX triplet: CB, 75 and 5E. RGB value is (203,117,94). Sum of RGB (Red+Green+Blue) = 203+117+94=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB755E is #348AA1. Grayscale: #8C8C8C. Windows color (decimal): -3443362 or 6190539. OLE color: 6190539.

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

Color convert

RGB 203 117 94 -
CMYK 0 0.42 0.54 0.20
HSL 12.66º 0.51% 0.58% -
HSV(B) 12.66º 0.54% 0.8% -
XYZ 33.01 26.23 13.91 -
YUV 140.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 203 117 94 0 0.42 0.54 0.20 12.66 0.51 0.58
Hex CB 75 5E 0 2A 36 14 D 33 3A
Octal 313 165 136 0 52 66 24 15 63 72
Binary 11001011 1110101 1011110 0 101010 110110 10100 1101 110011 111010

Color Harmonies of #CB755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB755E

Black with #CB755E

Text Example


Text Example

White with #CB755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB755E; }

 p { color: rgb(203,117,94); }

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

background-color css

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

 a { background-color: rgb(203,117,94); }

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

border-color css

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

 span { border-color: rgb(203,117,94); }

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