Html Css Color HEX #CB6C55 Japonica

📋 copy color: '#CB6C55'

red 203 ◦ green 108 ◦ blue 85

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

Shades of Japonica #CB6C55

Tints of Japonica #CB6C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 51.26%
G = 27.27%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB6C55 (or 0xCB6C55) is known color: Japonica. HEX triplet: CB, 6C and 55. RGB value is (203,108,85). Sum of RGB (Red+Green+Blue) = 203+108+85=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C55 is #3493AA. Grayscale: #858585. Windows color (decimal): -3445675 or 5598411. OLE color: 5598411.

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

Color convert

RGB 203 108 85 -
CMYK 0 0.47 0.58 0.20
HSL 11.69º 0.53% 0.56% -
HSV(B) 11.69º 0.58% 0.8% -
XYZ 31.63 24.08 11.57 -
YUV 133.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 203 108 85 0 0.47 0.58 0.20 11.69 0.53 0.56
Hex CB 6C 55 0 2F 3A 14 C 35 38
Octal 313 154 125 0 57 72 24 14 65 70
Binary 11001011 1101100 1010101 0 101111 111010 10100 1100 110101 111000

Color Harmonies of #CB6C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C55

Black with #CB6C55

Text Example


Text Example

White with #CB6C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C55; }

 p { color: rgb(203,108,85); }

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

background-color css

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

 a { background-color: rgb(203,108,85); }

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

border-color css

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

 span { border-color: rgb(203,108,85); }

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