Html Css Color HEX #CB735B Japonica

📋 copy color: '#CB735B'

red 203 ◦ green 115 ◦ blue 91

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

Shades of Japonica #CB735B

Tints of Japonica #CB735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 49.63%
G = 28.12%
B = 22.25%

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

#CB735B (or 0xCB735B) is known color: Japonica. HEX triplet: CB, 73 and 5B. RGB value is (203,115,91). Sum of RGB (Red+Green+Blue) = 203+115+91=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB735B is #348CA4. Grayscale: #8A8A8A. Windows color (decimal): -3443877 or 5993419. OLE color: 5993419.

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

Color convert

RGB 203 115 91 -
CMYK 0 0.43 0.55 0.20
HSL 12.86º 0.52% 0.58% -
HSV(B) 12.86º 0.55% 0.8% -
XYZ 32.65 25.71 13.14 -
YUV 138.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 203 115 91 0 0.43 0.55 0.20 12.86 0.52 0.58
Hex CB 73 5B 0 2B 37 14 D 34 3A
Octal 313 163 133 0 53 67 24 15 64 72
Binary 11001011 1110011 1011011 0 101011 110111 10100 1101 110100 111010

Color Harmonies of #CB735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB735B

Black with #CB735B

Text Example


Text Example

White with #CB735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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