Html Css Color HEX #CB715B Japonica

📋 copy color: '#CB715B'

red 203 ◦ green 113 ◦ blue 91

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

Shades of Japonica #CB715B

Tints of Japonica #CB715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 49.88%
G = 27.76%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB715B (or 0xCB715B) is known color: Japonica. HEX triplet: CB, 71 and 5B. RGB value is (203,113,91). Sum of RGB (Red+Green+Blue) = 203+113+91=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB715B is #348EA4. Grayscale: #898989. Windows color (decimal): -3444389 or 5992907. OLE color: 5992907.

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

Color convert

RGB 203 113 91 -
CMYK 0 0.44 0.55 0.20
HSL 11.79º 0.52% 0.58% -
HSV(B) 11.79º 0.55% 0.8% -
XYZ 32.42 25.26 13.06 -
YUV 137.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 203 113 91 0 0.44 0.55 0.20 11.79 0.52 0.58
Hex CB 71 5B 0 2C 37 14 C 34 3A
Octal 313 161 133 0 54 67 24 14 64 72
Binary 11001011 1110001 1011011 0 101100 110111 10100 1100 110100 111010

Color Harmonies of #CB715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB715B

Black with #CB715B

Text Example


Text Example

White with #CB715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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