Html Css Color HEX #CB7665 Japonica

📋 copy color: '#CB7665'

red 203 ◦ green 118 ◦ blue 101

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

Shades of Japonica #CB7665

Tints of Japonica #CB7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 48.1%
G = 27.96%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB7665 (or 0xCB7665) is known color: Japonica. HEX triplet: CB, 76 and 65. RGB value is (203,118,101). Sum of RGB (Red+Green+Blue) = 203+118+101=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7665 is #34899A. Grayscale: #8D8D8D. Windows color (decimal): -3443099 or 6649547. OLE color: 6649547.

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

Color convert

RGB 203 118 101 -
CMYK 0 0.42 0.50 0.20
HSL 10º 0.5% 0.6% -
HSV(B) 10º 0.5% 0.8% -
XYZ 33.46 26.59 15.68 -
YUV 141.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 203 118 101 0 0.42 0.50 0.20 10 0.5 0.6
Hex CB 76 65 0 2A 32 14 A 32 3C
Octal 313 166 145 0 52 62 24 12 62 74
Binary 11001011 1110110 1100101 0 101010 110010 10100 1010 110010 111100

Color Harmonies of #CB7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7665

Black with #CB7665

Text Example


Text Example

White with #CB7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7665; }

 p { color: rgb(203,118,101); }

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

background-color css

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

 a { background-color: rgb(203,118,101); }

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

border-color css

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

 span { border-color: rgb(203,118,101); }

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