Html Css Color HEX #CF635B Roman

📋 copy color: '#CF635B'

red 207 ◦ green 99 ◦ blue 91

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

Shades of Roman #CF635B

Tints of Roman #CF635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 52.14%
G = 24.94%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF635B (or 0xCF635B) is known color: Roman. HEX triplet: CF, 63 and 5B. RGB value is (207,99,91). Sum of RGB (Red+Green+Blue) = 207+99+91=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF635B is #309CA4. Grayscale: #828282. Windows color (decimal): -3185829 or 5989327. OLE color: 5989327.

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

Color convert

RGB 207 99 91 -
CMYK 0 0.52 0.56 0.19
HSL 4.14º 0.55% 0.58% -
HSV(B) 4.14º 0.56% 0.81% -
XYZ 32.08 22.94 12.64 -
YUV 130.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 207 99 91 0 0.52 0.56 0.19 4.14 0.55 0.58
Hex CF 63 5B 0 34 38 13 4 37 3A
Octal 317 143 133 0 64 70 23 4 67 72
Binary 11001111 1100011 1011011 0 110100 111000 10011 100 110111 111010

Color Harmonies of #CF635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF635B

Black with #CF635B

Text Example


Text Example

White with #CF635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF635B; }

 p { color: rgb(207,99,91); }

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

background-color css

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

 a { background-color: rgb(207,99,91); }

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

border-color css

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

 span { border-color: rgb(207,99,91); }

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