Html Css Color HEX #CB7154 Japonica

📋 copy color: '#CB7154'

red 203 ◦ green 113 ◦ blue 84

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

Shades of Japonica #CB7154

Tints of Japonica #CB7154

RGB

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

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

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

R = 50.75%
G = 28.25%
B = 21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB7154 (or 0xCB7154) is known color: Japonica. HEX triplet: CB, 71 and 54. RGB value is (203,113,84). Sum of RGB (Red+Green+Blue) = 203+113+84=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7154 is #348EAB. Grayscale: #888888. Windows color (decimal): -3444396 or 5534155. OLE color: 5534155.

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

Color convert

RGB 203 113 84 -
CMYK 0 0.44 0.59 0.20
HSL 14.62º 0.53% 0.56% -
HSV(B) 14.62º 0.59% 0.8% -
XYZ 32.13 25.15 11.55 -
YUV 136.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 203 113 84 0 0.44 0.59 0.20 14.62 0.53 0.56
Hex CB 71 54 0 2C 3B 14 F 35 38
Octal 313 161 124 0 54 73 24 17 65 70
Binary 11001011 1110001 1010100 0 101100 111011 10100 1111 110101 111000

Color Harmonies of #CB7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7154

Black with #CB7154

Text Example


Text Example

White with #CB7154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7154; }

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

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

background-color css

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

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

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

border-color css

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

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

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