Html Css Color HEX #CCD4AE Orinoco

📋 copy color: '#CCD4AE'

red 204 ◦ green 212 ◦ blue 174

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

Shades of Orinoco #CCD4AE

Tints of Orinoco #CCD4AE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.93%

 BLUE value IS 174 (68.36% from 255) = 29.49%

R = 34.58%
G = 35.93%
B = 29.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#CCD4AE (or 0xCCD4AE) is known color: Orinoco. HEX triplet: CC, D4 and AE. RGB value is (204,212,174). Sum of RGB (Red+Green+Blue) = 204+212+174=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD4AE is #332B51. Grayscale: #CDCDCD. Windows color (decimal): -3353426 or 11457740. OLE color: 11457740.

HSL color Cylindrical-coordinate representation of color #CCD4AE: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD4AE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 174 -
CMYK 0.04 0 0.18 0.17
HSL 72.63º 0.31% 0.76% -
HSV(B) 72.63º 0.18% 0.83% -
XYZ 56.09 62.98 49.24 -
YUV 205.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 204 212 174 0.04 0 0.18 0.17 72.63 0.31 0.76
Hex CC D4 AE 4 0 12 11 49 1F 4C
Octal 314 324 256 4 0 22 21 111 37 114
Binary 11001100 11010100 10101110 100 0 10010 10001 1001001 11111 1001100

Color Harmonies of #CCD4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4AE

Black with #CCD4AE

Text Example


Text Example

White with #CCD4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4AE; }

 p { color: rgb(204,212,174); }

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

background-color css

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

 a { background-color: rgb(204,212,174); }

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

border-color css

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

 span { border-color: rgb(204,212,174); }

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