Html Css Color HEX #CF7B54 Japonica

📋 copy color: '#CF7B54'

red 207 ◦ green 123 ◦ blue 84

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

Shades of Japonica #CF7B54

Tints of Japonica #CF7B54

RGB

 RED value IS 207 (81.25% from 255) = 50%

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 50%
G = 29.71%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7B54 (or 0xCF7B54) is known color: Japonica. HEX triplet: CF, 7B and 54. RGB value is (207,123,84). Sum of RGB (Red+Green+Blue) = 207+123+84=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B54 is #3084AB. Grayscale: #8F8F8F. Windows color (decimal): -3179692 or 5536719. OLE color: 5536719.

HSL color Cylindrical-coordinate representation of color #CF7B54: hue angle of 19.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7B54 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 84 -
CMYK 0 0.41 0.59 0.19
HSL 19.02º 0.56% 0.57% -
HSV(B) 19.02º 0.59% 0.81% -
XYZ 34.42 28.07 11.99 -
YUV 143.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 207 123 84 0 0.41 0.59 0.19 19.02 0.56 0.57
Hex CF 7B 54 0 29 3B 13 13 38 39
Octal 317 173 124 0 51 73 23 23 70 71
Binary 11001111 1111011 1010100 0 101001 111011 10011 10011 111000 111001

Color Harmonies of #CF7B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B54

Black with #CF7B54

Text Example


Text Example

White with #CF7B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B54; }

 p { color: rgb(207,123,84); }

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

background-color css

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

 a { background-color: rgb(207,123,84); }

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

border-color css

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

 span { border-color: rgb(207,123,84); }

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