Html Css Color HEX #CB7054 Japonica

📋 copy color: '#CB7054'

red 203 ◦ green 112 ◦ blue 84

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

Shades of Japonica #CB7054

Tints of Japonica #CB7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 50.88%
G = 28.07%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB7054 (or 0xCB7054) is known color: Japonica. HEX triplet: CB, 70 and 54. RGB value is (203,112,84). Sum of RGB (Red+Green+Blue) = 203+112+84=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7054 is #348FAB. Grayscale: #888888. Windows color (decimal): -3444652 or 5533899. OLE color: 5533899.

HSL color Cylindrical-coordinate representation of color #CB7054: hue angle of 14.12º degrees, saturation: 0.53, 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 #CB7054 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 84 -
CMYK 0 0.45 0.59 0.20
HSL 14.12º 0.53% 0.56% -
HSV(B) 14.12º 0.59% 0.8% -
XYZ 32.02 24.92 11.51 -
YUV 136.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 203 112 84 0 0.45 0.59 0.20 14.12 0.53 0.56
Hex CB 70 54 0 2D 3B 14 E 35 38
Octal 313 160 124 0 55 73 24 16 65 70
Binary 11001011 1110000 1010100 0 101101 111011 10100 1110 110101 111000

Color Harmonies of #CB7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7054

Black with #CB7054

Text Example


Text Example

White with #CB7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7054; }

 p { color: rgb(203,112,84); }

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

background-color css

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

 a { background-color: rgb(203,112,84); }

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

border-color css

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

 span { border-color: rgb(203,112,84); }

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