Html Css Color HEX #CB735F Japonica

📋 copy color: '#CB735F'

red 203 ◦ green 115 ◦ blue 95

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

Shades of Japonica #CB735F

Tints of Japonica #CB735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 49.15%
G = 27.85%
B = 23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB735F (or 0xCB735F) is known color: Japonica. HEX triplet: CB, 73 and 5F. RGB value is (203,115,95). Sum of RGB (Red+Green+Blue) = 203+115+95=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB735F is #348CA0. Grayscale: #8B8B8B. Windows color (decimal): -3443873 or 6255563. OLE color: 6255563.

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

Color convert

RGB 203 115 95 -
CMYK 0 0.43 0.53 0.20
HSL 11.11º 0.51% 0.58% -
HSV(B) 11.11º 0.53% 0.8% -
XYZ 32.82 25.78 14.07 -
YUV 139.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 203 115 95 0 0.43 0.53 0.20 11.11 0.51 0.58
Hex CB 73 5F 0 2B 35 14 B 33 3A
Octal 313 163 137 0 53 65 24 13 63 72
Binary 11001011 1110011 1011111 0 101011 110101 10100 1011 110011 111010

Color Harmonies of #CB735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB735F

Black with #CB735F

Text Example


Text Example

White with #CB735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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