Html Css Color HEX #CB7461 Japonica

📋 copy color: '#CB7461'

red 203 ◦ green 116 ◦ blue 97

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

Shades of Japonica #CB7461

Tints of Japonica #CB7461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 48.8%
G = 27.88%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7461 (or 0xCB7461) is known color: Japonica. HEX triplet: CB, 74 and 61. RGB value is (203,116,97). Sum of RGB (Red+Green+Blue) = 203+116+97=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7461 is #348B9E. Grayscale: #8C8C8C. Windows color (decimal): -3443615 or 6386891. OLE color: 6386891.

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

Color convert

RGB 203 116 97 -
CMYK 0 0.43 0.52 0.20
HSL 10.75º 0.5% 0.59% -
HSV(B) 10.75º 0.52% 0.8% -
XYZ 33.03 26.05 14.6 -
YUV 139.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 203 116 97 0 0.43 0.52 0.20 10.75 0.5 0.59
Hex CB 74 61 0 2B 34 14 B 32 3B
Octal 313 164 141 0 53 64 24 13 62 73
Binary 11001011 1110100 1100001 0 101011 110100 10100 1011 110010 111011

Color Harmonies of #CB7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7461

Black with #CB7461

Text Example


Text Example

White with #CB7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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