Html Css Color HEX #CD675F Roman

📋 copy color: '#CD675F'

red 205 ◦ green 103 ◦ blue 95

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

Shades of Roman #CD675F

Tints of Roman #CD675F

RGB

 RED value IS 205 (80.47% from 255) = 50.87%

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 50.87%
G = 25.56%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD675F (or 0xCD675F) is known color: Roman. HEX triplet: CD, 67 and 5F. RGB value is (205,103,95). Sum of RGB (Red+Green+Blue) = 205+103+95=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD675F is #3298A0. Grayscale: #848484. Windows color (decimal): -3315873 or 6252493. OLE color: 6252493.

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

Color convert

RGB 205 103 95 -
CMYK 0 0.50 0.54 0.20
HSL 4.36º 0.52% 0.59% -
HSV(B) 4.36º 0.54% 0.8% -
XYZ 32.09 23.51 13.67 -
YUV 132.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 205 103 95 0 0.50 0.54 0.20 4.36 0.52 0.59
Hex CD 67 5F 0 32 36 14 4 34 3B
Octal 315 147 137 0 62 66 24 4 64 73
Binary 11001101 1100111 1011111 0 110010 110110 10100 100 110100 111011

Color Harmonies of #CD675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD675F

Black with #CD675F

Text Example


Text Example

White with #CD675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD675F; }

 p { color: rgb(205,103,95); }

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

background-color css

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

 a { background-color: rgb(205,103,95); }

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

border-color css

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

 span { border-color: rgb(205,103,95); }

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