Html Css Color HEX #CB6B5F Japonica

📋 copy color: '#CB6B5F'

red 203 ◦ green 107 ◦ blue 95

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

Shades of Japonica #CB6B5F

Tints of Japonica #CB6B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 50.12%
G = 26.42%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB6B5F (or 0xCB6B5F) is known color: Japonica. HEX triplet: CB, 6B and 5F. RGB value is (203,107,95). Sum of RGB (Red+Green+Blue) = 203+107+95=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B5F is #3494A0. Grayscale: #868686. Windows color (decimal): -3445921 or 6253515. OLE color: 6253515.

HSL color Cylindrical-coordinate representation of color #CB6B5F: hue angle of 6.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6B5F is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 95 -
CMYK 0 0.47 0.53 0.20
HSL 6.67º 0.51% 0.58% -
HSV(B) 6.67º 0.53% 0.8% -
XYZ 31.95 24.04 13.78 -
YUV 134.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 203 107 95 0 0.47 0.53 0.20 6.67 0.51 0.58
Hex CB 6B 5F 0 2F 35 14 7 33 3A
Octal 313 153 137 0 57 65 24 7 63 72
Binary 11001011 1101011 1011111 0 101111 110101 10100 111 110011 111010

Color Harmonies of #CB6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B5F

Black with #CB6B5F

Text Example


Text Example

White with #CB6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B5F; }

 p { color: rgb(203,107,95); }

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

background-color css

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

 a { background-color: rgb(203,107,95); }

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

border-color css

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

 span { border-color: rgb(203,107,95); }

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