Html Css Color HEX #CC534B Valencia

📋 copy color: '#CC534B'

red 204 ◦ green 83 ◦ blue 75

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

Shades of Valencia #CC534B

Tints of Valencia #CC534B

RGB

 RED value IS 204 (80.08% from 255) = 56.35%

 GREEN value IS 83 (32.81% from 255) = 22.93%

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 56.35%
G = 22.93%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC534B (or 0xCC534B) is known color: Valencia. HEX triplet: CC, 53 and 4B. RGB value is (204,83,75). Sum of RGB (Red+Green+Blue) = 204+83+75=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC534B is #33ACB4. Grayscale: #767676. Windows color (decimal): -3386549 or 4936652. OLE color: 4936652.

HSL color Cylindrical-coordinate representation of color #CC534B: hue angle of 3.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC534B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 83 75 -
CMYK 0 0.59 0.63 0.2
HSL 3.72º 0.56% 0.55% -
HSV(B) 3.72º 0.63% 0.8% -
XYZ 29.27 19.53 8.88 -
YUV 118.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 204 83 75 0 0.59 0.63 0.2 3.72 0.56 0.55
Hex CC 53 4B 0 3B 3F 14 4 38 37
Octal 314 123 113 0 73 77 24 4 70 67
Binary 11001100 1010011 1001011 0 111011 111111 10100 100 111000 110111

Color Harmonies of #CC534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC534B

Black with #CC534B

Text Example


Text Example

White with #CC534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC534B; }

 p { color: rgb(204,83,75); }

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

background-color css

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

 a { background-color: rgb(204,83,75); }

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

border-color css

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

 span { border-color: rgb(204,83,75); }

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