Html Css Color HEX #CB745B Japonica

📋 copy color: '#CB745B'

red 203 ◦ green 116 ◦ blue 91

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

Shades of Japonica #CB745B

Tints of Japonica #CB745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 49.51%
G = 28.29%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB745B (or 0xCB745B) is known color: Japonica. HEX triplet: CB, 74 and 5B. RGB value is (203,116,91). Sum of RGB (Red+Green+Blue) = 203+116+91=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB745B is #348BA4. Grayscale: #8B8B8B. Windows color (decimal): -3443621 or 5993675. OLE color: 5993675.

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

Color convert

RGB 203 116 91 -
CMYK 0 0.43 0.55 0.20
HSL 13.39º 0.52% 0.58% -
HSV(B) 13.39º 0.55% 0.8% -
XYZ 32.76 25.94 13.18 -
YUV 139.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 203 116 91 0 0.43 0.55 0.20 13.39 0.52 0.58
Hex CB 74 5B 0 2B 37 14 D 34 3A
Octal 313 164 133 0 53 67 24 15 64 72
Binary 11001011 1110100 1011011 0 101011 110111 10100 1101 110100 111010

Color Harmonies of #CB745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB745B

Black with #CB745B

Text Example


Text Example

White with #CB745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB745B; }

 p { color: rgb(203,116,91); }

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

background-color css

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

 a { background-color: rgb(203,116,91); }

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

border-color css

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

 span { border-color: rgb(203,116,91); }

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