Html Css Color HEX #CB7453 Japonica

📋 copy color: '#CB7453'

red 203 ◦ green 116 ◦ blue 83

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

Shades of Japonica #CB7453

Tints of Japonica #CB7453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 50.5%
G = 28.86%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB7453 (or 0xCB7453) is known color: Japonica. HEX triplet: CB, 74 and 53. RGB value is (203,116,83). Sum of RGB (Red+Green+Blue) = 203+116+83=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7453 is #348BAC. Grayscale: #8A8A8A. Windows color (decimal): -3443629 or 5469387. OLE color: 5469387.

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

Color convert

RGB 203 116 83 -
CMYK 0 0.43 0.59 0.20
HSL 16.5º 0.54% 0.56% -
HSV(B) 16.5º 0.59% 0.8% -
XYZ 32.44 25.81 11.46 -
YUV 138.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 203 116 83 0 0.43 0.59 0.20 16.5 0.54 0.56
Hex CB 74 53 0 2B 3B 14 10 36 38
Octal 313 164 123 0 53 73 24 20 66 70
Binary 11001011 1110100 1010011 0 101011 111011 10100 10000 110110 111000

Color Harmonies of #CB7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7453

Black with #CB7453

Text Example


Text Example

White with #CB7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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